On Mon, Dec 27, 2004 at 12:58:46PM -0800, [EMAIL PROTECTED] wrote:
> "$ lftp  any.ftp.server -p 8000 -u myname, mypassword -e set ftp:ssl-force
> on" I get a login error 530. i get the same with: "$ lftp  any.ftp.server

You should watch for spaces and use quotes when needed. Use:

    lftp any.ftp.server -p 8000 -u myname,mypassword -e "set ftp:ssl-force on"

-- 
   Alexander.

Reply via email to