 -
3 years 6 months ago
- Posts: 11018
- Super Mod
- User Admin
|
So I'm trying to connect to a friend's FTP server. every time I try and use it, I end up with a 425 error, as seen below:
- Status: Resolving address of quanium.serveftp.com
- Status: Connecting to 24.72.133.171
- Status: Connected, waiting for welcome message
- Reply: 220 Quanium File server
- Status: CLNT http://ftptest.net on behalf of 127.0.0.1
- Reply: 200 Don't care
- Status: USER aol
- Reply: 331 Password required for aol
- Status: PASS ********
- Reply: 230 Logged on
- Status: SYST
- Reply: 215 UNIX emulated by FileZilla
- Status: FEAT
- Reply: 211-Features:
- Reply: MDTM
- Reply: REST STREAM
- Reply: SIZE
- Reply: MLST type*;size*;modify*;
- Reply: MLSD
- Reply: UTF8
- Reply: CLNT
- Reply: MFMT
- Reply: 211 End
- Status: PWD
- Reply: 257 "/" is current directory.
- Status: Current path is /
- Status: TYPE I
- Reply: 200 Type set to I
- Status: PASV
- Reply: 227 Entering Passive Mode (24,72,133,171,218,48)
- Status: MLSD
- Reply: 425 Can't open data connection.
- Error: Listing failed
I tried a site called http://ftptest.net, and tried it on my windows machine and my iPod touch. got the same results on each one. However, ssh'ing into my Linux box and using the command line ftp program works (connect to it, it succeeds, then type dir for a listing ), although I went to the site and tested it on the Linux box anyway, just to be sure. Sure enough, it somehow failed there too I have a Westell VersaLink Wireless 327W modem.
help?
|