The "mirror" command is all you need to copy/mirror a site with lftp:
$ lftp
lftp :~> connect ftp.domain.tld
lftp ftp.domain.tld:~> login <username>
lftp ftp.domain.tld:~> mirrorHere's a one liner:
$ lftp -e mirror -u <username>,<password> <host>
Mirroring sites with lftp
Submitted by sandip on Sat, 11/17/2007 - 19:45.
| Tags:
The "mirror" command is all you need to copy/mirror a site with lftp: $ lftpHere's a one liner: $ lftp -e mirror -u <username>,<password> <host> |
See AlsoUser loginRecent blog postsWho's onlineThere are currently 0 users and 22 guests online.
|
LftpFS
Try to use LftpFS - filesystem with caching for smart mirror of sites based on FUSE and LFTP.
Post new comment