Skip to content
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

530 Login incorrect - due to special character in the password #370

Open
iuliancc1885 opened this issue May 28, 2024 · 0 comments
Open

530 Login incorrect - due to special character in the password #370

iuliancc1885 opened this issue May 28, 2024 · 0 comments

Comments

@iuliancc1885
Copy link

Description of the Issue

FTP connection is refused with "530 Login incorrect" because the password contains a special character

Steps to Reproduce the Issue

  1. Setup a password with special character(my case "!") on the target host
  2. try FTP from notepad++ on that host with that user

Expected Behavior

Actual Behavior

Connecting
-> Quit
220 hostname FTP server ready.
-> USER user
331 Password required for user.
-> PASS HIDDEN
530 Login incorrect.
Unable to connect
Disconnected

Debug Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant