

dropbox_uploader.sh list Tested Environments

dropbox_uploader.sh share "My File.txt " dropbox_uploader.sh upload "My File.txt " "My File 2.txt " dropbox_uploader.sh download /backup.zip

dropbox_uploader.sh upload /etc/passwd /myfiles/passwd.old Ignores/excludes directories or files from syncing. Don't show progress meter or messagesĭoesn't check for SSL certificates (insecure) Skip already existing files when download/upload. Load the configuration file from a specific file Unlink the script from your Dropbox account Print some info about the space usage on your Dropbox account Print some info about your Dropbox account Search for a specific pattern on Dropbox and returns the list of matching files or directories Get a public share link for the specified file or directoryĭownload a file from an URL to a Dropbox folder directly (the file is NOT downloaded locally) If timeout is specified, at the first change event the function will return. Monitor the remote Dropbox folder for changes. List the contents of the remote Dropbox folder Move or rename a remote file or directory Remove a remote file or directory from Dropbox The local file/dir parameter supports wildcards expansion.ĭownload file or directory from Dropbox to a local folder The default curl progress bar is displayed during the upload process. Only if the file is smaller than 150Mb, the standard upload API is used, and if the -p option is specified

Occurs (the upload is retried for a maximum of three times). (dot) is printed for every chunk successfully uploaded and a * (star) if an error If the file is bigger than 150Mb the file is uploaded using small chunks (default 50Mb) Upload a local file or directory to a remote Dropbox folder.
