SmugJCU
SmugJCU is a Java-based command line uploader for SmugMug. It recursively uploads all of the images in the directory you provide to the album you specify.
I was looking for an easy way to upload thousands of pictures to my new SmugMug account from Linux. Originally I was going to use the Perl script linked from the SmugMug Hacks page but it insisted on crashing after installing its many dependencies. The shell script didn’t support recursive upload.
Usage
java -jar smugjcu.jar
It has only been tested on Ubuntu 8.04 and Windows Vista with Java 1.6 but should work on any platform that supports Java 1.6.
SmugJCU is licensed under a BSD-style license. Run “java -jar smugjcu.jar -license” for more details.
Source code will posted at some point in the future.
Special thanks goes out to Kallasoft and their Java SmugMug API.
Download
Download SmugJCU v1.0
Versions
- 2008-11-10 - v1.0 - Initial Release


