A tool that copies files from one location to another and optionally creates directories based on date/EXIF data at the destination. Download MSI installer.
File downloader is useful for people with digital cameras, especially for those who transfer images via card reader to their PC.
Download and run the FileDownloader2.msi install package
.When the application starts, go to Settings and set the defaults and create a profile for your camera/card reader. For instance, my settings look like this:
Default download directory: c:\images\%YY\%fd
Default filename pattern: %ld-%in
Currently, only file creation date/time tokens are available. Image EXIF tokens are planned in the near future (but I don't have a need for them currently). If someone could really use them, e-mail me.
| Token | Description |
|---|---|
| %ld | file date in the YYYYMMDD format (20060715) |
| %fd | file date in the YYYY_MM_DD format (2006_07_15) |
| %YY | 4 digit year |
| %yy | 2 digit year |
| %MM | 2 digit month |
| %DD | 2 digit day |
| %HH | 2 digit hour |
| %MI | 2 digit minutes |
| %SS | 2 digit second |
| %in | original file number (taken from right) |
| %or | original filename |
Source code is available upon request.