Quantcast
Channel: LinuxWebLog.com - site migration
Viewing all articles
Browse latest Browse all 3

Mirroring sites with lftp

$
0
0

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:~> mirror

Here's a one liner:

$ lftp -e mirror -u <username>,<password> <host>

read more


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images