-
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
DeprecationWarning: Ftp.raw[user](args): Use Ftp.raw('user args') instead. #226
Comments
It happens the same with me :( |
This is caused by the auth function itself for user look at line 334, for password its line 340 and for type it's line 349. |
This was already fixed and it is merged on master: 35a8edd. Could anyone release a new version so we stop receiving these warnings, please? |
Bump. Can we have a new release, please? |
Receiving this warning too. Bump. |
Receiving. Bump. |
Same here |
Although this has been closed the lines referred to by @svenbw remain unaltered in the version distributed via npm. I think the new code needs to be |
Bump @sergi |
+1, are moderators of this library active or should we fork ? |
Guys, it's just a simple push to npm publish.... please |
Bump @sergi |
Guys, it's just a simple push to npm publish.... please |
Bump @sergi |
It's been four months now. Is there a fork of this library that will be kept updated going forward? |
Released v2.0.0. Really sorry for the wait, personal stuff got in the way. |
Thank you so much for the update, @sergi. |
Fixes Robert-W#50 noted in sergi/jsftp#226
When I use ftp.auth method, this deprecation warning appear. is there anyway to do authentication. my code is following.
The text was updated successfully, but these errors were encountered: