FTP on Linux "Failed to retrieve directory listing" not firewall issue
- by Jaka Prasnikar
I've got an VPS in germany running Debian X64. I have very strange issue.
I have ISPConfig CP installed using proftpd and I can not connect to FTP by any means.
Few hours ago I've had installed DirectAdmin on CentOS same VPS and same issue.
Simply when I connect to FTP server I get these:
Status: Resolving address of web02.defikon.com
Status: Connecting to 130.255.190.71:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 1 of 50 allowed.
Response: 220-Local time is now 12:15. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER default1
Response: 331 User default1 OK. Password required
Command: PASS ******
Response: 230-User default1 has group access to: client0 sshusers
Response: 230 OK. Current restricted directory is /
Command: OPTS UTF8 ON
Response: 200 OK, UTF-8 enabled
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Error: Connection timed out
Error: Failed to retrieve directory listing
I even tried telnet localhost 21 and the same happends. Once I issue command "LIST" I get time out. I've tried every thing and I can't get this to work =(
Please help !
P.S.: iptables is turned off.