#4
Post
by LundeSDK » 2009-10-16 17:50
Ok, the log for the NOT working version (filezilla):
Status: Connecting to xxxxxxxxxxxxx...
Status: Connection established, waiting for welcome message...
Response: 220 FTP Server ready.
Command: AUTH TLS
Response: 234 AUTH TLS successful.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER xxxxxxxx
Status: TLS/SSL connection established.
Response: 331 Password required for xxxxxxxxx.
Command: PASS ********
Response: 230-User xxxxxxxxxx from xxxxxxxxx.net, Welcome to
Response: 230-
Response: 230 User xxxxxxxxxxxxxxx logged in.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: AUTH SSL
Response: AUTH TLS
Response: CLNT
Response: CPSV
Response: LIST -1aAdlRTs
Response: MDTM
Response: MDTM YYYYMMDDHHMMSS filename
Response: PBSZ
Response: PROT
Response: REST STREAM
Response: SIZE
Response: SSCN
Response: STAT -1aAdlT
Response: TVFS
Response: XCRC filename;start;end
Response: 211 END
Command: PBSZ 0
Response: 200 PBSZ 0 successful.
Command: PROT P
Response: 200 Protection set to: Private.
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 (95,211,100,67,21,48)
Command: LIST
Response: 150 Opening BINARY mode data connection for directory listing using SSL/TLS.
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD GAMES
Response: Executed in 0.0s
Error: Failed to retrieve directory listing
Response: 250 CWD command successful.
The log for the working version (ftprush):
[2] Connecting to XX.XXX.XX.XXX:XXXXX
[2] 220 FTP Server ready.
[2] AUTH TLS
[2] 234 AUTH TLS successful.
[2] Encryption algorithm: TLSv1 RC4-MD5-128
[2] PBSZ 0
[2] 200 PBSZ 0 successful.
[2] USER Bobby
[2] 331 Password required for XXX.
[2] PASS (hidden)
[2] 215 UNIX Type: L8
[2] PROT P
[2] 200 Protection set to: Private.
[2] TYPE A
[2] 200 Type set to A.
[2] REST 1
[2] 350 Restarting at 1. Send STORE or RETRIEVE to initiate transfer.
[2] REST 0
[2] 350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
[2] FEAT
[2] 211-Extensions supported:
[2] AUTH SSL
[2] AUTH TLS
[2] CLNT
[2] CPSV
[2] LIST -1aAdlRTs
[2] MDTM
[2] MDTM YYYYMMDDHHMMSS filename
[2] PBSZ
[2] PROT
[2] REST STREAM
[2] SIZE
[2] SSCN
[2] STAT -1aAdlT
[2] TVFS
[2] XCRC filename;start;end
[2] 211 END
[2] CLNT FTPRush 1.1.2.19U
[2] 200 Noted.
[2] PWD
[2] 257 "/" is current directory.
[2] Listening at IP: XX.XXX.XXX.XXX PORT: 3665 for data connecting
[2] PORT 95,211,100,67,14,81
[2] 200 PORT command successful.
[2] LIST -al
[2] 150 Opening ASCII mode data connection for directory listing using SSL/TLS.
[2] Encryption algorithm: TLSv1 RC4-MD5-128
[2] List Complete: 1,868 bytes in 0.03 seconds (60.26KB/s)
[2] CWD GAMES
[2] Executed in 0.0s
[2] 250 CWD command successful.
[2] PWD
[2] 257 "/GAMES" is current directory.
[2] PORT 95,211,100,67,14,85
[2] 200 PORT command successful.
[2] LIST -al
[2] 150 Opening ASCII mode data connection for directory listing using SSL/TLS.
[2] Encryption algorithm: TLSv1 RC4-MD5-128
[2] List Complete: 1,506 bytes in 0.00 seconds (1.51KB/s)
[2] CDUP
[2] 250 CWD command successful.
[2] PWD
[2] 257 "/" is current directory.
[2] Listening at IP: XX.XXX.XXX.XXX PORT: 3673 for data connecting
[2] PORT 95,211,100,67,14,89
[2] 200 PORT command successful.
[2] LIST -al
[2] 150 Opening ASCII mode data connection for directory listing using SSL/TLS.
[2] Encryption algorithm: TLSv1 RC4-MD5-128
[2] List Complete: 1,868 bytes in 0.02 seconds (124.53KB/s)
[2] CWD DVDR-NORDIC
[2] Executed in 0.0s
[2] 250 CWD command successful.
[2] PWD
[2] 257 "/DVDR-NORDIC" is current directory.
Please explain what you mean by fixing a "proper" ftpd. Which setting needs to be fixed, to cure this problem? As if, the server works _great_ with a client like ftprush.