On Tue, Oct 26, 2004 at 05:36:41PM +0200, nf wrote:
> Hi! When I try to run
> 
> > lftp -u myuser,mypass ftp://www.myserver.at -c mirror -R out/html
> www/home
> 
> i get the response 
> 
> lftp: invalid option -- c
> 
> I think this worked with earlier versions.

It did not.

Try:
        lftp -c "open -u myuser,mypass ftp://www.myserver.at; mirror -R out/html 
www/home"
or:
        lftp -c "mirror -R out/html ftp://myuser:[EMAIL PROTECTED]/www/home"

-- 
   Alexander.

Reply via email to