How To Use Rsync With An FTP Server

Author: , February 25th, 2012

Prerequisites: curlftpfs and rsync programs must be installed! Create a mount point, then mount the remote directory:

Now rsync the mounted FTP directory to your local directory:

http://curlftpfs.sourceforge.net/

How To Mirror An FTP Server Using wget

Author: , February 25th, 2012

wget -m ftp://login:password@yourServer/the/path/

How To Enable FTP On CentOS

Author: , February 19th, 2011

The Commands

My Custom Settings