Emmanuel Lacour skrew: > On Thu, Apr 24, 2003 at 12:54:30AM +1200, Johnno wrote: > > Hello All, > > > > I am trying to a script that use ftp to mirror websites from one server to > > other server(Backup) plus some other data files. > > > > Does anyone know where I can find such a script?? > > > > If you really can't use rsync ;-), > > apt-cache search mirror | grep -i ftp > > fmirror - memory efficient ftp mirror program > ftp-utils - ftp support for shell scripts > ftpgrab - file mirroring utility > ftpmirror - Mirroring directory hierarchy with FTP > lftp - Sophisticated command-line FTP/HTTP client programs > lurkftp - monitor changes in ftp sites and opt. mirror to a local directory > mirror - Keeps FTP archives up-to-date
Or simply use something like wget : wget -r ftp://login:[EMAIL PROTECTED]/public_html -- Better not take a dog on the space shuttle, because if he sticks his head out when you're coming home his face might burn up.