Linux – sync local OSX with remote linux server using ftp via shell script

ftplinuxmac-osxshellsynchronization

I would like to sync a local folder on my Mac to a remote ftp server. I only want to upload files changed since last sync. I would also like to download new and modified files from the server. Is there a way to do this form OSX shell?

Best Answer

If it has to be FTP then AASync looks promising. It's a GUI based application but also can be scheduled and run in background. Maybe this is as good as being called by a shell.