gulp-sftp icon indicating copy to clipboard operation
gulp-sftp copied to clipboard

Gulp SFTP Deploy

Results 43 gulp-sftp issues
Sort by recently updated
recently updated
newest added

I am seeing the below error when I try to connect using the default private key (~/.ssh/id_rsa) with a passphrase. Any help or guidance would be much appreciated. ``` var...

I can not upload the fold to my server. It shows: " No files uploaded "

Hi guys, This gulp plugin have a critical issue, because after to upload files, the remote file structure is different to local (source structure). See the current configuration ``` var...

Hi man, Is possible to ignore files and folders? Regards, Nicholls

Hi guys, Is possible to execute remote commands? it would be very useful Regards, Nicholls

Ran into issue of my privateKey having an incorrect path but errors only showed Authentication Error. Looks like the existsSync did not have proper error handling whereas statSync does. However...

Can this be integrated into the library (either using sftp directory) or wrapping an own layer around it which opens multiple instances? Uploads tend to be super slow...in comparison to...

Hi guys, I am on Mac OS X El Capitan and my gulp-sftp fails with the following message: [16:35:58] Error in plugin 'gulp-sftp' Message: All configured authentication methods failed Details:...

Porting the fix suggested in issue: https://github.com/mscdex/ssh2/issues/238 Have not checked the fix it in anything other than Mac OS X El Capitan

I might be missing something, but is there a way of creating a callback function that fires once the transfer is complete? My usecase is that I was hoping to...