Code: Select all
211-Extension Supported
CLNT
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
211-Extension Supported
CLNT
Code: Select all
Connect to: (19.05.2005 09:05:27)
hostname=ftp.*******.ch
username=************
startdir=
ftp.*******.ch=***.***.249.51
220 Serv-U FTP Server v6.0 for WinSock ready...
USER ***********
331 User name okay, need password.
PASS ***********
230 User logged in, proceed.
SYST
215 UNIX Type: L8
Connect ok!
PWD
257 "/" is current directory.
Get directory
TYPE A
200 Type set to A.
PORT 172,20,64,16,5,49
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
Download
Waiting for server...
226-Maximum disk quota limited to 1024000 kBytes
Code: Select all
Status: Connecting to ftp.***.ch ...
Status: Connected with ftp.***.ch. Waiting for welcome message...
Response: 220 Serv-U FTP Server v6.0 for WinSock ready...
Command: USER ***
Response: 331 User name okay, need password.
Command: PASS *******
Response: 230 User logged in, proceed.
Command: FEAT
Response: 211-Extension supported
Response: CLNT
Response: MDTM
Response: MDTM YYYYMMDDHHMMSS[+-TZ];filename
Response: SIZE
Response: SITE PSWD;EXEC;SET;INDEX;ZONE;CHMOD;MSG
Response: REST STREAM
Response: XCRC filename;start;end
Response: MODE Z
Response: 211 End
Command: SYST
Response: 215 UNIX Type: L8
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: MODE Z
Response: 200 MODE Z ok.
Command: TYPE A
Response: 200 Type set to A.
Command: PORT 192,168,1,33,6,93
Response: 200 PORT Command successful.
Command: LIST
Response: 150 Opening ASCII mode data connection for /bin/ls.
Response: 226-Maximum disk quota limited to 1024000 kBytes
Response: Used disk quota 1023982 kBytes, available 17 kBytes
Response: 226 Transfer complete.
Status: Directory listing successful
Command: REST 0
Response: 350 Restarting at 0. Send STORE or RETRIEVE.
Status: Retrieving directory listing...
Command: CWD bin
Response: 250 Directory changed to /bin
Command: PWD
Response: 257 "/bin" is current directory.
Command: TYPE A
Response: 200 Type set to A.
Command: PORT 192,168,1,33,6,94
Response: 200 PORT Command successful.
Command: LIST
Response: 150 Opening ASCII mode data connection for /bin/ls.
Response: 226-Maximum disk quota limited to 1024000 kBytes
Error: Timeout detected!
Error: Could not retrieve directory listing
Code: Select all
...........
Error: Timeout detected!
...........
Well, this looks like the disk is full, or the user's quota is reached, so the server cannot allocate the file for the directory listing.Response: 226-Maximum disk quota limited to 1024000 kBytes
Error: Timeout detected!
Error: Could not retrieve directory listing