Hello
I have problem to transfer file between two servers using FXP, I tested
other FXP client(TotalCommander, FlasFXP) and on those it work. I trieded on
diffrent shells and nothing help
I paste here error from lftp:
.
.
.
.
<--- 200 Port command ok.
---> STOR /temp/somefile
---> RETR somefile
150 Opening BINARY mode data connection for somefile.<--- 150 Sending
/MPz/somefile (5945983 bytes). Mode STREAM Type BINARY
---> STAT
<--- 500 'ô˙ňSTAT': command not understood.
---> ABOR
---- Closing control socket
**** FXP: trying to reverse ftp:fxp-passive-source
.
.
.
<--- 200 Type set to I.
---> SIZE /temp/somefile
<--- 213 229376
<--- 502 ô˙ň is not implemented.<--- 426 Connection closed (exception :
Nawiązane połączenie zostało przerwane przez oprogramowanie zainstalowane w
komputerze-hocie. )
<--- 226 Abort successful.
**** extra server response
---> PASV
<--- 227 Entering Passive Mode (1,1,1,1,5,125)
---> REST 229376
---> PORT 1,1,1,1,5,125
<--- 350 REST Command Ok , restarting position set to 229376
---> RETR somefile
<--- 200 PORT Command successful.
---> REST 229376
<--- 350 Restarting at 229376. Send STORE or RETRIEVE.
---> STOR /temp/somefile<--- 150 Opening BINARY mode data connection for
somefile.<--- 150 Sending /MPz/somefile (5945983 bytes). Mode STREAM Type
BINARY
---> STAT
<--- 500 'ô˙ňSTAT': command not understood.
---> ABOR
---- Closing control socket
**** FXP: trying to reverse ftp:fxp-passive-sscn
---> ABOR
.
.
.
.
<--- 213 393216
---> PASV
<--- 227 Entering Passive Mode (2,2,2,2,15,178)
---> REST 393216
<--- 350 Restarting at 393216. Send STORE or RETRIEVE.
<--- 502 ô˙ň is not implemented.<--- 426 Connection closed (exception :
Nawiązane połączenie zostało przerwane przez oprogramowanie zainstalowane w
komputerze-hocie. )
<--- 226 Abort successful.
**** extra server response
---> PORT 2,2,2,2,15,178
<--- 200 Port command ok.
---> REST 393216
<--- 350 REST Command Ok , restarting position set to 393216
---> STOR /temp/somefile
---> RETR somefile
150 Opening BINARY mode data connection for somefile.<--- 150 Sending
/MPz/somefile(5945983 bytes). Mode STREAM Type BINARY
---> STAT
<--- 500 'ô˙ňSTAT': command not understood.
---> ABOR
---- Closing control socket
**** FXP: trying to reverse ftp:fxp-passive-source
---> ABOR
.
.
.
.
.
.
<--- 213 688128
<--- 502 ô˙ň is not implemented.<--- 426 Connection closed (exception :
Nawiązane połączenie zostało przerwane przez oprogramowanie zainstalowane w
komputerze-hocie. )
<--- 226 Abort successful.
**** extra server response
---> PASV
<--- 227 Entering Passive Mode (1,1,1,1,5,126)
---> REST 688128
---> PORT 1,1,1,1,5,126
<--- 350 REST Command Ok , restarting position set to 688128
---> RETR somefile
<--- 200 PORT Command successful.
---> REST 688128
<--- 350 Restarting at 688128. Send STORE or RETRIEVE.
---> STOR /temp/somefile<--- 150 Opening BINARY mode data connection for
somefile.<--- 150 Sending /MPz/somefile(5945983 bytes). Mode STREAM Type
BINARY
---> STAT
<--- 500 'ô˙ňSTAT': command not understood.
---> ABOR
---- Closing control socket
**** FXP: giving up, reverting to plain copy
Thanks
Pawel