On Fri, Dec 05, 2008 at 02:59:41PM -0800, John Wyles wrote:
> The issue I have may not be a real issue and I will let you decide.  With 
> lftp. connecting to a site that does not advertise the resume feature, (REST) 
> will not be tried (using the reget or mirror command).  I thought lftp was 
> supposed to try resuming a file transfer anyway.  Just for the record, 
> fillzilla will resume a get with this same ftp server.

The server must advertise all ftp protocol extensions it supports in reply to 
FEAT command
(and REST is an extension). If it does not, then the server is broken.

You can turn off FEAT command for such a server with this command:

        set ftp:use-feat off

OTOH, lftp could try REST anyway, assuming recent enough ftp server with
FEAT command also supports this common extension.

-- 
   Alexander.

Reply via email to