PDA

View Full Version : Applescriptable uploader


Opps
Nov-23-2008, 11:59 PM
Does anyone know of an Applescriptable uploader?

I want to include "upload to smugmug" in one of my workflows but haven't been able to find an application that allows me to script the actual uploading. Does anyone know of one?

CAP
Nov-25-2008, 03:10 PM
Hi,

maybe you should have a look here: http://code.google.com/p/jsmugmugbackup/
It's a small java tool i'm developing. It runs on my mac and can be configured using arguments on the commandline. I don't know much about Applescript, so i'm not sure if it will work for you, but please tell me if you got any luck.
Type "./jSmugmugBackup.sh --help" for commandline options.

CAP


Does anyone know of an Applescriptable uploader?

I want to include "upload to smugmug" in one of my workflows but haven't been able to find an application that allows me to script the actual uploading. Does anyone know of one?

devbobo
Nov-26-2008, 02:54 PM
Opps,

Jogle wrote an automator action (http://dgrin.com/showthread.php?t=60703) for uploading to SmugMug.

Cheers,

David

Opps
Nov-27-2008, 09:51 AM
Thanks, I'll take a look