Hello, Alexander
We have lftp version 3.5.15 installed on one Unix server and version 
2.6.12 on the other Unix server. I have a small test script file (see 
below) and executing it with the command lftp -f myfile. It works for lftp 
version 2.6.12 and doesn't work for lftp version 3.5.15. Could you tell 
why the script file doesn't work with version 3.5.15.

Script file myfile:
        set ftp:use-feat off
        set ftp:passive-mode on
        debug 10
        open -p 9990 -u USERNAME,password  site
        ls
        exit

I am getting this error:

VHA(DEVA):/home/aspx/mgukasia $ lftp -f myfile
---- Resolving host address...
---- 1 address found
dns cache hit
---- Connecting to gis.uboc.com (216.52.215.135) port 9990
<--- 220 GIS FTP Server (java -1.1.00) ready.
---> USER USERNAME
<--- 503 Bad sequence of commands.
---> QUIT
---- Closing control socket
ls: Login failed: 503 Bad sequence of commands.



      Michael Gukasyan
           Consultant
           NaviSite, Inc.
office: (703) 740-8304 ext 236
   cell: (917) 494-8996 
[EMAIL PROTECTED]
       www.navisite.com
   

This message (including any attachments) may contain confidential or privileged 
information, the use and disclosure of which is legally restricted.  If you 
have received this message in error, please notifiy the sender by reply 
message, do not otherwise distribute it, and delete this message, with all of 
its contents, from your files.

Reply via email to