Solution 1:
You can mount an FTP host through fuse
, much like sshfs.
curlftpfs -o allow_other ftp://myusername:[email protected] myftp
Once mounted, you can run rsync against it.
You can mount an FTP host through fuse
, much like sshfs.
curlftpfs -o allow_other ftp://myusername:[email protected] myftp
Once mounted, you can run rsync against it.