dropbox_uploader

From RaySoft

Dropbox Uploader is a Bash script which can be used to upload, download, delete, list files (and more!) from Dropbox, an online file sharing, synchronization and backup service. It is...[1]

  • Portable: It's written in Bash scripting and only needs cURL (is a tool to transfer data from or to a server, available for all operating systems and installed by default in many linux distributions).[1]
  • Secure: It's not required to provide your username/password to this script, because it uses the official Dropbox API for the authentication process.[1]

Subcommand & Parameters

list [REMOTE_DIR]
List the contents of a REMOTE_DIR.
share REMOTE_FILE|REMOTE_DIR
Get a public share link for the specified REMOTE_FILE or REMOTE_DIR.

References