문제

Is it possible to write your own application/command that will allow you to automatically upload your files to your ftp server?

Basically the flow I want to achieve is this

My app/action/whatever is scheduled to upload at a certain time When the certain time arrives, the files in my specified folder will be uploaded Of course, to upload, some data must be set like the username, password, ftp server etc... After my files have been uploaded, the local files will be wiped-out.

I don't exactly know where to start. Can someone help me with this. Thank you.

올바른 솔루션이 없습니다

다른 팁

Take a look at http://editkid.com/upload_to_ftp/. It comes with the source code so you can modify it to fit your needs. You can combine it with an Automator action to delete the files after upload.

To schedule it, http://smallbusiness.chron.com/schedule-automator-tasks-mac-os-x-39132.html.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top