Y
Hacker News
new
|
ask
|
show
|
jobs
by
overcast
3516 days ago
SFTP uses SSH, and I need SYNC ability, not just reupload the entire project.
1 comments
codedokode
3515 days ago
I use a rsync-based script to upload only changed files. In large projects rsync takes some time to find changed files so I wrote another script that finds them by modified time and passes a list to rsync.
link