I am trying to transfer a simple text file from a suse linux box to a windows 
server and am having problems.  i can login, cd and issue commands like pwd on 
the windows machine fine.  however, when i go to xfer a file, it looks like it 
starts but never finishes.  after i CTRL-C the xfer, a 0 byte file is left on 
the server that i am uploading to.


below is my activity. one message that sticks out is: 536 Requested PROT level 
not supported by this server.

any ideas?

thanks, Ryan
----

dss-cs99la07:~ # lftp
lftp :~> debug 10
lftp :~> open -u ladss ftps://mgate.server.com:990
notice: cannot open /root/.netrc: No such file or directory
Password:
---- Resolving host address...
---- 1 address found
lftp [EMAIL PROTECTED]:~> ls
dns cache hit
---- Connecting to mgate.server.com (x.x.x.x) port 990
Certificate depth: 2; subject: /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary 
Certification Authority; issuer: /C=US/O=VeriSign, Inc./OU=Class 3 Public 
Primary Certification Authority
Certificate depth: 1; subject: /O=VeriSign Trust Network/OU=VeriSign, 
Inc./OU=VeriSign International Server CA - Class 3/OU=www.verisign.com/CPS 
Incorp.by Ref. LIABILITY LTD.(c)97 VeriSign; issuer: /C=US/O=VeriSign, 
Inc./OU=Class 3 Public Primary Certification Authority
Certificate depth: 0; subject: /C=US/ST=New York/L=New York/O=HMS Holdings 
Corporation/OU=EDI/OU=Terms of use at www.verisign.com/rpa 
(c)05/CN=mgate.hmsholdings.com; issuer: /O=VeriSign Trust Network/OU=VeriSign, 
Inc./OU=VeriSign International Server CA - Class 3/OU=www.verisign.com/CPS 
Incorp.by Ref. LIABILITY LTD.(c)97 VeriSign
<--- 220 Momentum SSL / FTP Service Ready.
---> FEAT
<--- 502 Command not implemented.
---> USER ladss
<--- 331 User name okay, need password.
---> PASS XXXX
<--- 230 User logged in, proceed.
---> PWD
<--- 257 "C:\MSL\SFTMB\SFTUPLOADS\LADSS" is current directory.
---> PBSZ 0
<--- 200 Command accepted, PBSZ=0
---> PROT P
<--- 200 Command okay.
---> PASV
<--- 227 Entering Passive Mode (x,x,x,x,19,209)
---- Connecting data socket to (x.x.x.x) port 5073
---- Data connection established
---> LIST
<--- 150 Opening ASCII mode data connection for LIST return info.
---- Got EOF on data connection
---- Closing data socket
<--- 226 Transfer complete.
copy: get hit eof
copy: waiting for put confirmation
copy: put confirmed store
copy: get is finished - all done
lftp [EMAIL PROTECTED]:~> pwd
copy: get hit eof
copy: waiting for put confirmation
ftps://[EMAIL PROTECTED]:990/C:/MSL/SFTMB/SFTUPLOADS/LADSS
copy: put confirmed store
copy: get is finished - all done
lftp [EMAIL PROTECTED]:~> put ryan.txt
copy: get hit eof
copy: waiting for put confirmation
---> PROT C
<--- 536 Requested PROT level not supported by this server.
---> TYPE I
<--- 200 Command okay.
---> PASV
<--- 227 Entering Passive Mode (x,x,x,x,19,210)
---- Connecting data socket to (x.x.x.x) port 5074
---- Data connection established
---> STOR ryan.txt
<--- 150 Opening BINARY mode data connection for ryan.txt  (Offset = 0)
Interrupt
---> ABOR
---- Closing aborted data socket
<--- 226 Transfer complete.  (52 bytes received.)
<--- 502 Command not implemented.
lftp [EMAIL PROTECTED]:~>



Reply via email to