FTP issue - VSFTPd and connecting to from FileZilla

Posted by B Tyndall on Server Fault See other posts from Server Fault or by B Tyndall
Published on 2011-01-14T05:09:20Z Indexed on 2011/01/14 5:55 UTC
Read the original article Hit count: 323

Filed under:
|
|
|
|

I'm trying to connect to a CentOS Linux box that I have hosted on EC2 and I think I have everything configured correctly but when I try to connect I get this series of messages

Status: Connection established, waiting for welcome message...
Response: 220 (vsFTPd 2.0.5)
Command: USER tyndall Response: 331 Please specify the password.
Command: PASS *********
Response: 230 Login successful.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/home/tyndall"
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV Error: Connection timed out Error: Failed to retrieve directory listing

Not sure where to start troubleshooting this issue. Any ideas? Do I need to change any permissions? I would think this ID has the ability to see my own home directory.

I am able to push/pull files from the command line version of FTP client working on Windows.

© Server Fault or respective owner

Related posts about linux

Related posts about configuration