On Wed, Sep 26, 2012 at 04:25:56PM +0200, Angelo Amoruso wrote:
> Tools as Filezilla, ftp, or ncftp access the remote directory just
> fine - they "brutally" send the "CWD /vol/nfs_vm01" command.
> lftp instead, as seen by packet capture, does the "cd" in two steps
> and fails since "/vol" is not accessible.
> 
> Is there a way to tell lftp to send the CWD command in single shot?

Yes, use this setting:

        set ftp:use-tvfs yes

(instead of "auto").

-- 
   Alexander.
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to