PDA

View Full Version : I fail at FTP



n00b1n8R
March 20th, 2010, 11:11 PM
So I can connect to the server but as soon as it trys to get a file-list, it dies.

From filezilla:

Status: Connecting to 203.31.191.140:21...
Status: Connection established, waiting for welcome message...
Response: 220-FileZilla Server version 0.9.34 beta
Response: 220-written by Tim Kosse (Tim.Kosse@gmx.de)
Response: 220 Please visit http://sourceforge.net/projects/filezilla/
Command: USER noob
Response: 331 Password required for noob
Command: PASS ****************************
Response: 230 Logged on
Command: SYST
Response: 215 UNIX emulated by FileZilla
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: REST STREAM
Response: SIZE
Response: MLST type*;size*;modify*;
Response: MLSD
Response: UTF8
Response: CLNT
Response: MFMT
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PORT 137,219,252,80,0,80
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing

Had a similar error in smartFTP too.
Doesn't matter if the firewall is on or not and when it is on, I've configured it to allow filezilla to do whatever the fuck it wants.
what do

Timo
March 20th, 2010, 11:17 PM
Talking out of my ass here but could it be your router blocking the ports filezilla needs to access the server? Here's my log from filezilla when I connect to my subdomain here:

Status: Resolving address of timo.modacity.net
Status: Connecting to 67.205.52.119:21...
Status: Connection established, waiting for welcome message...
Response: 220 DreamHost FTP Server
Command: USER timo12
Response: 331 Password required for timo12.
Command: PASS ********
Response: 230 User timo12 logged in.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: REST STREAM
Response: SIZE
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (67,205,52,119,171,255).
Command: LIST
Response: 150 Opening ASCII mode data connection for file list
Response: 226 Transfer complete.
Status: Directory listing successful
Mine lacks the line "Command: PORT 137,219,252,80,0,80" which is what could be the problem with yours.

e:or maybe you haven't specified what port to use when connecting?

n00b1n8R
March 20th, 2010, 11:50 PM
I don't have a router per-se. I'm living on-campus at JCU and my internet connection passes through the JCU server to get here. I was thinking the problem might be related to that.

for ports, I've set it between 5000 and 5100. According to the help file, that should be fine.
vOv

CrAsHOvErRide
March 21st, 2010, 05:12 AM
Limit the connection to 1. Most of the times those clients open multiple connections at once that get rejected by the server.

n00b1n8R
March 21st, 2010, 08:31 AM
Tried your fix and got the same error Patrick. :(