Manage Dropbox In Terminal With Dropbox Uploader
Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox. The good thing about it is that it doesn’t require you to enter your Dropbox’s username and password. It makes use of the Dropbox API to connect to your Dropbox account so you can transfer your files without worrying about the leak of your password. Installation There is only two things that are required for Dropbox Uploader to work: Bash (obviously) and cURL....