tkgetpics.py is my simple picture transfer program for Fujifilm 3800 digital cameras. Modify the path and mount point to use with your specific setup. Pretty easily modified, written in Python. The program uses tkinter, so you must install python-tk. Let me know if there are problems.
A new version called wxgetpics.py is written using wxWindows instead of tkinter. Same functionality, just a bit more attractive. To use it you should install libwxgtk2.4-python. Duplicate filename checking not yet fully implemented, but it should warn you.
This version should be compatible with windows as well as linux. WxWindows has a much more native look than tk.