My initial usage is for a ftp folder used by a webcam camera. The camera uploads images/videos to the folder then once 10 seconds the script is run, finds the files, and uploads them.
Features:
- Optionally search sub directories for files to upload (recursive = 1)
- Preserves directory structure
- Confirms file is successfully uploaded
- Optionally deletes file locally after upload (deletelocal = 1)
- Optionally check if file already exists in dropbox and therefore dosn't need uploading (overwrite = 0)