Wednesday, 17 September 2014

avoid strange characters for FTP password

I recently created a ftp server on Amazon created strong password (LAl)#oT!qjyQT!:@*)for a user's login.  Though I could login using that credential using FileZilla, the user was not having success. He was seeing the following error:

Status:                  Resolving address of ftp.***.com
Status:                  Connecting to *.*.*.*:21...
Status:                  Connection established, waiting for welcome message...
Response:            220 (vsFTPd 2.2.2)
Command:          AUTH TLS
Response:            530 Please login with USER and PASS.
Command:          AUTH SSL
Response:            530 Please login with USER and PASS.

Error:       Critical error: Could not connect to server

It had turned to be encoding issue. I found this good explanation here which made things clear for me. 

The lesson for is, keep ftp passwords simpler in future.

No comments:

Post a Comment