gtg092x / gulp-sftp

Gulp SFTP Deploy
140 stars 61 forks source link

trying to upload a build #65

Open foxjazz opened 7 years ago

foxjazz commented 7 years ago

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'); });