fiload is a simple command-line tool for uploading files to Dropbox.
- Clone the repo:
git clone https://github.com/selectiveduplicate/fiload/
cd
into fiload:cd ~/fiload
- Install as per
requirements.txt
:pip install -r requirements.txt
- Make
fiload.py
executable for convenience:chmod u+x fiload.py
- Run by:
or
./fiload.py
python3 fiload.py
You need to provide the canonical paths to your files/directories that you want to upload, each item seperated by a single comma. For example,
~/dummyfile.txt,~/Pictures/Wallpapers
If you put in multiple directories, they will all be inside a single zip archive. All files will be available in Dropbox as /home/Documents
.