Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

whitedragon101

macrumors 65816
Original poster
Sep 11, 2008
1,349
339
Does anyone know of an FTP program for OSX that can detect new or changed files in the local source folder and upload them automatically?

Ideally it would be able to delete the local file after a successful upload.
 
One solution is to use Automator with Transmit from Panic.

You need to put together a 2 step workflow and save it as a folder action.

Automator comes with every Mac and allows you to stitch together a simple application/utility without writing any code.

attachment.php
 

Attachments

  • Screen Shot 2014-03-22 at 00.32.44.png
    Screen Shot 2014-03-22 at 00.32.44.png
    263.8 KB · Views: 2,188
Does anyone know of an FTP program for OSX that can detect new or changed files in the local source folder and upload them automatically?

Ideally it would be able to delete the local file after a successful upload.

If you're comfortable with the Unix side of your Mac, you can write a simple shell script and set it up in launchd to run whenever the contents of a specific folder changes.

If you go that route, I'd advise using Lingon to schedule the launchd task.
 
If you're comfortable with the Unix side of your Mac, you can write a simple shell script and set it up in launchd to run whenever the contents of a specific folder changes.

If you go that route, I'd advise using Lingon to schedule the launchd task.

Or use Automator to run the shell script.

attachment.php
 

Attachments

  • Screen Shot 2014-03-22 at 10.24.13.png
    Screen Shot 2014-03-22 at 10.24.13.png
    31.9 KB · Views: 1,879
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.