Description of the Issue
FTP connection is refused with "530 Login incorrect" because the password contains a special character
Steps to Reproduce the Issue
- Setup a password with special character(my case "!") on the target host
- 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