Re: FTPImplicit login - WeOnlyDo Discussion board

Re: FTPImplicit login (General questions)

by jessica, Wednesday, February 16, 2011, 23:23 (4826 days ago) @ woddrazen

220 Xlight FTP Server 3.6 ready...
USER xxxxx 331 Password required for xxxxx
PASS xxxxx 230 Login OK
FEAT 211-Features supported
REST STREAM
EPRT
EPSV
SIZE
MDTM
MFMT
AUTH
PBSZ
PROT
MLST type*;size*;modify*;
MLSD
211 End
PWD 257 /
PBSZ 0 200 PBSZ=0
PROT P 200 PROT command OK
TYPE I 200 Type set to I.
CWD /test.csv 550 Can't change directory to /test.csv .
CWD / 250 Directory successfully changed
PASV 227 Entering Passive Mode (10,10,1,1,23,123)

Error message Runtime Error 10060 the current connection has time out .


Filezilla full message:
Status: Resolving address of ftp.xxxx.com
Status: Connecting to xxx.xxx.xxx.xxx:990...
Status: Connection established, initializing TLS...
Status: Verifying certificate...
Status: TLS/SSL connection established, waiting for welcome message...
Response: 220 Xlight FTP Server 3.6 ready...
Command: USER xxxxx
Response: 331 Password required for xxxxx
Command: PASS xxxxx
Response: 230 Login OK
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features supported
Response: REST STREAM
Response: EPRT
Response: EPSV
Response: SIZE
Response: MDTM
Response: MFMT
Response: AUTH
Response: PBSZ
Response: PROT
Response: MLST type*;size*;modify*;
Response: MLSD
Response: 211 End
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 PROT command OK
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 /
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (10,10,1,1,23,133)
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: MLSD
Response: 150 Opening ASCII mode data connection for MLSD (115 bytes).
Response: 226 Transfer complete (0.456 KB/s).
Status: Directory listing successful
Status: Resolving address of ftp.xxxxx.com
Status: Connecting to xxx.xxx.xxx.xxx:990...
Status: Connection established, initializing TLS...
Status: Verifying certificate...
Status: TLS/SSL connection established, waiting for welcome message...
Response: 220 Xlight FTP Server 3.6 ready...
Command: USER xxxxx
Response: 331 Password required for xxxxx
Command: PASS xxxxx
Response: 230 Login OK
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 PROT command OK
Status: Connected
Status: Starting upload of C:Data est.txt
Command: CWD /
Response: 250 Directory successfully changed
Command: PWD
Response: 257 /
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (10,10,1,1,23,197)
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: STOR test.txt
Response: 150 Opening ASCII mode data connection for test.csv.txt.
Response: 226 Transfer complete (0.627 KB/s).
Status: File transfer successful, transferred 0 bytes in 1 second
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (10,10,1,1,23,178)
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: MLSD
Response: 150 Opening ASCII mode data connection for MLSD (180 bytes).
Response: 226 Transfer complete (0.672 KB/s).
Status: Directory listing successful


Complete thread: