|
Rather than using SFTP I would look at using rsync over ssh. You can set up passwordless logins with ssh which works great for use with cron jobs. Then rsync is great for mirroring data since it will only update changed files and also delete fiels that have been deleted on the other side should you so wish.
|