-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't work to upload through gulp-sftp #82
Comments
was going to do a PR but, it seems this issue has been fixed on some pull request, but i guess, its not been updated in the npm, i just updated the ssh2 version number to "ssh2": "~0.5.5" and did a npm install again within the library and works. |
I did remove gulp and reinstalled all, also updated ssh2 to 0.6.1. After this I get an other errow
|
the same problem is when I try Gulp 4
|
Any update on this? |
It seems that I can't update the gulp-sftp to 0.1.6 where the update dependencies is for "ssh2": "~0.5.5". Can you please helt me. |
@erikandershed do you get any errors, did you try the method i told you.
|
Yes it works! Thanks! |
Np. Glad i could help. 😊 |
Is there any way to not manipulate the folders manually, in my case am using a DevOps pipeline and I don't have an enough rights on the remote server folders to modifiy node_modules . So ho I can update the SSH2 version of Gulp-SFTP from package.json ? |
You able to modify the dev pipeline, if so, i think, after doing the npm install, if you add another step with something like if you can't modify the pipeline for some reason, i guess, the way would be to, download the |
I can't find a fix for this problem. I get this error (throw new TypeError(kFromErrorMsg);) it started a couple months back . I Can't upload any fils to SFTP see my settings and respons:
The text was updated successfully, but these errors were encountered: