Actually, I came across this issue while I was investating something
similar as described here:
http://forum.filezilla-project.org/viewtopic.php?f=2&t=13999
Browsing folders on a FTP behind a NAT (active/passive doesn't seem to
matter) setup gives mixed results. Sometimes MLSD works, sometimes it
doesn't (ECONNABORTED) using Filezilla 3.3.X or plain ftp command line
from shell/windows cmd. This is not an issue connecting to the same FTP
from the LAN (i.e. behind the NAT setup).
Response: 220 XXXXXXXX ftp
Command: USER XXXXXXXX
Response: 331 Password required for XXXXXXXX
Command: PASS ********
Response: 230 User XXXXXXXX logged in
Command: OPTS UTF8 ON
Response: 200 UTF8 set to on
Status: Connected
Status: Retrieving directory listing...
Command: CWD /
Response: 250 CWD command successful
Command: PWD
Response: 257 "/" is the current directory
Command: CWD tmp
Response: 250 CWD command successful
Command: PWD
Response: 257 "/tmp" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PORT 10,0,1,6,201,56
Response: 200 PORT command successful
Command: MLSD
Response: 150 Opening ASCII mode data connection for MLSD
Response: 226 Transfer complete
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CDUP
Response: 250 CDUP command successful
Command: PWD
Response: 257 "/" is the current directory
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD log
Response: 250 CWD command successful
Command: PWD
Response: 257 "/log" is the current directory
Command: PORT 10,0,1,6,201,57
Response: 200 PORT command successful
Command: MLSD
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org