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