View Single Post
Old 03-03-2002, 02:37 AM  
newblaze
Junior Member
 
Join Date: Mar 2002
Posts: 2
Question Problem with List in FTP sites

I have been trying to access certain FTP sites and have been having the following issue. I connect, the password verifies and then it goes to do a list of the directory. From there it just hangs and then times out. I discovered the problem was occuring from systems using Cable/DSL routers or Firewalls (I have a laptop which I've tried at work and various homes) even though DMZ is enabled. Finally when I used a real IP address without the router, I had no problems connecting. Any clues on what settings I need to change?

220 linux 4.0 server
USER user
331 User name okay, need password.
PASS (hidden)
230 User logged in, proceed.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100 - send STORE or RETRIEVE to initiate transfer.
REST 0
350 Restarting at 0 - send STORE or RETRIEVE to initiate transfer.
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PORT 192,168,1,101,13,69
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
List Timed Out
(debug) FDFTP1 Abort Triggered
426-Using UL/DL ratio 1/1, counting bytes per session
Current UL/DL ratio credit 125000 Kbytes
426 Data connection closed, transfer aborted.
ABOR
500 'ÿABOR': command not understood.
ABOR
226 ABOR command successful.
(debug) FDFTP1 Abort finished
newblaze is offline