FTP issue - VSFTPd and connecting to from FileZilla
- by B Tyndall
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.