gulp-ssh
gulp-ssh copied to clipboard
SSH and SFTP tasks for gulp
I was expecting that Gulp 5 would address the fact that gulp-ssh is not compatible with nodejs > 19.9, but unfortunately it doesn't. I have quite a slow network (in...
Newer ssh2 library improvements. Fixed log line containing extra new line.
This fixes connectivity issue on Ubuntu 22 using RSA key
Since the library is not maintened anymore, is there any alternative out there? Haven't been able to find any.
I’m wanted to use a ssh ed25519 encrypted key for a sftp backup, when I realised it’s not supported by gulp-ssh. It claims it’s an invalid format. Would it be...
I got this working, but: 1) it runs very slow 2) it copies one file at a time 3) it copies files that don't need to be updated Runtime for...
How would I download a folder and its contents from the server? Following the documentation, which only shows reading individual files, I am able to download a file but not...
when I copied the files to remote server , I received the error messages .... how can I solve this problem~ thx ===== gulp code ===== gulp.task('deploy:copy', ['deploy:clean'], function ()...
I can see multiple errors: `SFTP error or directory exists` during upload. Is it a bug? The files seem to be transferred correctly, but the error messages are a bit...
Hi i'm getting below error when I run my gulp tasks `[16:27:46] Starting 'watch-folder'... [16:27:46] 'watch-folder' errored after 456 ms [16:27:46] Error in plugin "gulp-ssh" Message: Handshake failed: no matching...