Author:
erics, February 25th, 2012
Prerequisites: curlftpfs and rsync programs must be installed! Create a mount point, then mount the remote directory:
|
mkdir /path/to/mount/ftp/server/on curlftpfs -o user=yourLogin:yourPassword yourServer /path/to/mount |
Now rsync the mounted FTP directory to your local directory:
|
rsync -av --progress /path/to/mount/ftp/server/on/ /path/on/local/host/ |
http://curlftpfs.sourceforge.net/
Categories: How-To's, Technology Tags: Curl, curlftpfs, FTP, howto, rsync, tips
|
No comments
Author:
erics, February 25th, 2012
|
yum install glib2-devel yum install fuse-devel yum install libcurl-devel wget http://sourceforge.net/projects/curlftpfs/files/latest/download tar xvzf curlftpfs-0.9.2.tar.gz cd curlftpfs-0.9.2 ./configure make make install |
http://curlftpfs.sourceforge.net/
Categories: How-To's, Technology Tags: Amazon, Amazon Linux, AWS, CentOS, compile, configure, Curl, curlftpfs, fuse, glib, howto, make, make install, tips, Yum
|
2 comments