Skip to content

selectiveduplicate/fiload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fiload

fiload is a simple command-line tool for uploading files to Dropbox.

Installation

  1. Clone the repo:
    git clone https://github.com/selectiveduplicate/fiload/
  2. cd into fiload:
    cd ~/fiload
  3. Install as per requirements.txt:
    pip install -r requirements.txt
  4. Make fiload.py executable for convenience:
    chmod u+x fiload.py
  5. Run by:
    ./fiload.py
    or
    python3 fiload.py

Usage

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.

Releases

No releases published

Packages

No packages published