-
Notifications
You must be signed in to change notification settings - Fork 154
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
ftp.get() not working correctly #304
Comments
i have the same issue, download file get 0 KB. it's work fine on Node version 9.0.5 |
same issue after upgrade node from V8.15.1 to V12.11.1 and got errno: 'ECONNRESET' |
same issue after upgrade node from v9 to v10 |
So after all. I am using basic-ftp. It works well. recommend to others if have the same problem but still want to use a similar ftp package. |
Any update on this issue @sergi? |
Thanks @JonathanChaochen i tried basic-ftp and it works. Don't recommend using this lib. Those weird issues wasted me a lot of time |
For who want to work with sftp, you can use this package, easy to use: |
When I try to download the file with the get method, it downloads the file but the file appears to be 0 kb. Is there something I did wrong?
Result:
The text was updated successfully, but these errors were encountered: