3
votes
4answers
272 views

FTP app that can monitor a local folder

I recently switched to another text editor from Coda. The feature I miss most from Coda is that it can monitor any folder and publish any changes made with a click of a button. I have been looking for ...
14
votes
4answers
4k views

Dropbox-like client for Macs to access existing FTP/WebDAV/CMIS storage

We have many users on Macs that access their files on one big non-Mac server that supports FTP/WebDAV/CMIS. PROBLEM: They can not use their files while not connected to the Internet. QUESTION: Is ...
4
votes
3answers
2k views

Looking for a tool to automatically two-way sync SFTP with local folder

I use OS X for development and I want to push changes to dev server on every ⌘+S. When I check out a different branch, I want the local folder to update accordingly. So I figured I need an ...
1
vote
2answers
350 views

FTP Client with AppleScript support

I'm looking for an FTP client with the following requirements. File/Folder sync Sftp/SSH tunnelling Outstanding AppleScript support Runs on Lion The GUI interface is not overly important as it ...
3
votes
4answers
1k views

Auto sync local files to remote

Are there any OSX tools that can watch for file changes in a directory then sync (SFTP) those changes to a remote server? Basically I want to edit files locally (whatever files, whatever program) and ...