Hi

I humbly suggest that you add HTTP pipelining support to lftp.

I think this would be a great feature.

FreeBSD portsupdate (phttpget) and aria2c have implemented it, and
libcurl has some support for it; even Mozilla has added it.

Knowing lftp's superior design and performance, I think lftp's
implementation would be the best.

Cheers,
Eric



On 9/25/09, Alexander V. Lukyanov <[email protected]> wrote:
> On Fri, Sep 25, 2009 at 02:51:17PM +1200, Eric Terpening wrote:
>> 2- make lftp timeout and disconnect after a period of time, e.g.
>> download a file for 60 seconds and then stop?
>
> at now+60seconds -- exit kill &
>
> This will terminate lftp in 60 seconds. If you want to stop a transfer
> and close connection without exiting, then this would do:
>
> get file &
> at now+60seconds -- "kill 0; close" &
>
> --
>    Alexander..
>

Reply via email to