Are there any tools bundled with OS X which can assist me with automatically synchronising a folder with an FTP site?

I have CyberDuck but what I am after is automation.

link|improve this question

75% accept rate
feedback

5 Answers

You could use the built-in ftp client and an expect script and then have that called from an Automator script run at an interval (scheduled from iCal).

I've never done this myself, but all the pieces are there.

link|improve this answer
feedback

Folder Actions are what you're looking for, along with Automator scripts.

Check it out:

http://www.simplehelp.net/2007/01/30/folder-actions-for-os-x-explained-with-real-world-examples/

link|improve this answer
feedback

To map a remote (S)FTP folder to your local computer: see MacFUSE. There's also a GUI, Macfusion.

link|improve this answer
feedback

Depending on your level of comfort with the tools, you could certainly write a bash script that would do what you're after. That would require a bit of understanding of the underlying Unix toolset, but it could definitely do what you want.

I suspect that you could use AppleScript or Automator to do what you're after as well.

link|improve this answer
feedback

I use sitecopy, an FTP sync application. It's commandline. It's included in fink, the OSX lib that contains a lot of linux tools ported to osx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.