We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
If I attempt either
Ftp.auth("ggb", "", function(hadErr) Ftp.auth("ggb", null, function(hadErr)
jsftp fails auth, even though filezilla succeeds.
If I add a password to the user ggb and then try Ftp.auth("ggb", "passsword", function(hadErr) it works as expected
Ftp.auth("ggb", "passsword", function(hadErr)
How should I be handling the case of an undefined password for a specific user?
Thanks
The text was updated successfully, but these errors were encountered:
Do you mean that the user doesn't have a password set in the ftp server?
Sorry, something went wrong.
No branches or pull requests
Hi,
If I attempt either
jsftp fails auth, even though filezilla succeeds.
If I add a password to the user ggb and then try
Ftp.auth("ggb", "passsword", function(hadErr)
it works as expected
How should I be handling the case of an undefined password for a specific user?
Thanks
The text was updated successfully, but these errors were encountered: