LFTP, I Love You
lftp rocks. I always loved it in the past as it let me do tab completion in FTP, but now I discover that it not only handles HTTP and SFTP, but has a mirror command.
lftp -c mirror sftp://o-hand.com/srv/foo/bar ftp://user:pass@ftp.example.com/pub/bar
That is very, very useful right now.
NP: The Antidote, Mocheeba
Posted by Ulrik Sverdrup at Thu Apr 27 21:35:21 2006:
yes, it's really handy. You can script some simple actions and put them in a file, too. :)
I've found some annoying things however, like the inability to recursively delete folders with .dotfiles in them.
Also, at some point lftp simply refused to create a folder for me. The circumstances are unclear, but nautilus could do it.(?)
Posted by Enver ALTIN at Thu Apr 27 23:49:47 2006:
Posted by Ross at Fri Apr 28 08:16:19 2006:
I've found some annoying things however, like the inability to recursively delete folders with .dotfiles in them.
Also, at some point lftp simply refused to create a folder for me. The circumstances are unclear, but nautilus could do it.(?)
rsync requires either a remote rsync server, or shell access; but my destination server is only available via FTP.
Posted by Mikkel Kamstrup Erlandsen at Fri Apr 28 14:15:39 2006:
Posted by Dan at Fri May 5 01:31:18 2006: