> Hello,
>
> I've started to use lftp - a VERY good application, I must say.
>
> One thing that I didn't find a way to - is to download with multiple
> connections a file - without going into lftp..
>
> example - if I want today the file abc.tar.gz - then I'm running lftp aaa.com,
> then I do: pget -n 10 abc.tar.gz
>
> How do I do the same but with 1 command from the shell?

lftp -c pget -n 10 ftp://site/path/abc.tar.gz ? :)

Reply via email to