Faster website moving with lftp

by Pascal Opitz

published 31 March 2006

Consider lftp to be the better alternative to ftp when it comes to moving your website. Unlike the standard ftp command line client it had the function “mirror”.
And that is a dead handy one when you don’t want to ftp your whole website down to your machine and back to the new host …

After grabbing the source from the german mirror site I compiled the program with the usual linux commands (./configure, make, make install).

Then move to the HTML folder on the new machine, type lftp -u myuser myhost to log onto the FTP server. There, move to the directory that you wanna grab and then type mirror . and that’s it.

Comment

  1. or, when in sftp land, use scp -r
    Matthias Willerich    19 December, 4:39pm    #

Have your say

If your comment doesn't show up straight away, please don't be offended - we're not censoring, we are just trying to keep out all the viagra and poker ads. Thanks to an explosion of spam all comments are held for manual green-lighting.

name Remember
email
http://
Message <?>

Quick links

Other people's articles that we think you might be interested in: