gtg092x / gulp-sftp

Gulp SFTP Deploy
140 stars 61 forks source link

Filter files by comparing to remote #46

Open birjj opened 8 years ago

birjj commented 8 years ago

A common feature of FTP clients (and other plugins such as vinyl-ftp) is the ability to only upload files that are newer than the remote or have a different size from remote.

Could this be added? It seems a waste to upload all files, and selecting only new files with gulp.src() is often not possible.

criztovyl commented 7 years ago

Related to #36

muthuweb commented 6 years ago

+1