On Thu, Dec 27, 2012 at 11:37:40AM -0500, Christopher Stone wrote:
> user@server:~> /usr/local/bin/lftp -e 'set ftp:ssl-allow 0; set
> net:socket-bind-ipv4 10.0.50.41; set net:max-retries 4; set
> ssl:verify-certificate no; set ftp:use-tvfs yes; mirror --no-empty-dirs
> --dereference --no-perms --verbose=3 ~/
> "/mirror/dept/ftp.host.org/user";bye' -u 'user,pass' ftp://ftp.host.org

--dereference option cannot correctly determine that synlink target file
was changed. Try this option instead:

   set ftp:list-options -L

(it depends on the server to interpret the -L option, but many do).

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

Reply via email to