Pull-Type Backup Via FTP?

Hey, yeah. Great idea. I didn’t even think of that. I can use Linux local to mount, but since I land in a different directory on the remote system, I need to find a way to either change to a different directory or find a way to specify the directory when mounting via ftp connect.

Right now, I am using:

curlftpfs -o allow_other username:password@remote_host /local_dir

Thanks @Don_Wright.