


Is there some mode where this can be debugged? I'd like to help as much as I can, I am not programmer, but I am skillfull with computers, and I'd like to help somehow to solve this problem.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
221-Total traffic for this session was 765859 bytes in 3 transfers.
221-Thank you for using the FTP service on SolarisHost1.
221 Goodbye.
----------
Connect to: (09/02/2009 10:58:05)
hostname=SolarisHost1
username=lsav
startdir=
SolarisHost1=XXXXXXX
220 SolarisHost1 FTP server ready.
USER lsav
331 Password required for lsav.
PASS ***********
230-Please read the file README.txt
230- it was last modified on Wed Jul 16 16:31:33 2008 - 412 days ago
230 User lsav logged in.
SYST
215 UNIX Type: L8 Version: SUNOS
FEAT
500 'FEAT': command not understood.
CLNT Total Commander (UTF-8)
500 'CLNT Total Commander (UTF-8)': command not understood.
OPTS UTF8 ON
500 'OPTS UTF8 ON': command not understood.
Connect ok!
PWD
257 "/export/home/lsav" is current directory.
Lire le répertoire
TYPE A
200 Type set to A.
PORT XXXXXXX,13,5
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
Téléchargé¦s
En attente du serveur...
226 Transfer complete.
TYPE I
200 Type set to I.
PORT XXXXXXX,13,6
200 PORT command successful.
STOR 2Mo.gz
150 Opening BINARY mode data connection for 2Mo.gz.
Envoyés: 1,910,002 octets, 109 koctets/s
226 Transfer complete.
SIZE 2Mo.gz
213 1910002
Copied (09/02/2009 10:58:21): C:\Temp\2Mo.gz -> ftp://SolarisHost1/export/home/lsav/2Mo.gz 1,910,002 octets, 150 koctets/s
Lire le répertoire
TYPE A
200 Type set to A.
PORT XXXXXXX,13,7
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
Téléchargé¦s
En attente du serveur...
226 Transfer complete.
Code: Select all
Status: Resolving address of SolarisHost1
Status: Connecting to SolarisHost1:21...
Status: Connection established, waiting for welcome message...
Response: 220 crux.grenoble.ferma FTP server ready.
Command: USER lsav
Response: 331 Password required for lsav.
Command: PASS ****
Response: 230-Please read the file README.txt
Response: 230- it was last modified on Wed Jul 16 16:31:33 2008 - 412 days ago
Response: 230 User lsav logged in.
Command: SYST
Response: 215 UNIX Type: L8 Version: SUNOS
Command: FEAT
Response: 500 'FEAT': command not understood.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/export/home/lsav" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (XXXXXXX,235,86)
Command: LIST
Response: 150 Opening BINARY mode data connection for /bin/ls.
Response: 226 Transfer complete.
Status: Directory listing successful
Status: Resolving address of SolarisHost1
Status: Connecting to XXXXXXX:21...
Status: Connection established, waiting for welcome message...
Response: 220 SolarisHost1 FTP server ready.
Command: USER lsav
Response: 331 Password required for lsav.
Command: PASS ****
Response: 230-Please read the file README.txt
Response: 230- it was last modified on Wed Jul 16 16:31:33 2008 - 412 days ago
Response: 230 User lsav logged in.
Status: Connected
Status: Starting upload of C:\Temp\2Mo.gz
Command: CWD /export/home/lsav
Response: 250 CWD command successful.
Command: PWD
Response: 257 "/export/home/lsav" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (XXXXXXX,209,3)
Command: STOR 2Mo.gz
Response: 150 Opening BINARY mode data connection for 2Mo.gz.
Response: 226 Transfer complete.
Status: File transfer successful
Status: Retrieving directory listing...
Command: PASV
Response: 227 Entering Passive Mode (XXXXXXX,96,175)
Command: LIST
Response: 150 Opening BINARY mode data connection for /bin/ls.
Response: 226 Transfer complete.
Status: Directory listing successful
Code: Select all
FEAT
CLNT Total Commander (UTF-8)
OPTS UTF8 ON