Hacker News new | ask | show | jobs
by Already__Taken 3516 days ago
Why not use some tool for that and decouple it from your editor requirements? I leave a gulp task running when I have to use ftp work to just mirror my git branch https://www.npmjs.com/package/vinyl-ftp
1 comments

SFTP uses SSH, and I need SYNC ability, not just reupload the entire project.
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.