I created a medium sized .NET WPF based application a while back which helps keep a series of folders with images synchronized to SmugMug with one click of a button. I just made a few fixes in the past couple of days and uploaded a new version.
Changes:
- Fixed error where the application would crash after completely scanning and uploading all files. This crash would cause it to do unnecessary scanning (and possibly uploading) the next time it was run.
- Added support for GIF and PNG files (JPG files are still supported of course).
- Increased timeout for uploads to 10 minutes. If an upload takes longer than 10 minutes, it will fail.
- Improved special character handling. File names including characters such as "&" should now be handled properly.
- Reworded a few of the settings to better explain their function.
- Added an error display — if the application should have an unexpected problem, it should provide a way to grab the error (so that you can submit to the author).
Download it here.