gulp-sftp
gulp-sftp copied to clipboard
trying to upload a build
the issue is only one file gets uploaded. I have 2 files and multple folders that do NOT get transferred. There seems to be an issue with this. Thoughts?
return gulp.src('g:/Code/Memberships/sechubMembers/build/*') .pipe(sftp(options)) .on('finish',function(){ util.log('sftp done'); });