Skip to content

imvalgo/fuploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuploader

Simple cli app to upload files through rsync to server and get correct links

Dependencies

  • system: ssh, rsync
  • python: click

Install

sudo python setup.py install

Usage

$ fup --help
Usage: fup [OPTIONS] [SRC_FILES]...

Options:
  -t, --target TEXT      Target host to upload files
  -f, --folder TEXT      Base folder on remote host
  -s, --sub-folder TEXT  Sub folder on remote host, will be added to http
                         prefix as well
  -p, --prefix TEXT      Prefix to append after hostname for results
  -v, --verbose          Enable verbose output
  -c, --cleanup          Delete uploaded files from local machine
  --help                 Show this message and exit.

config

Copy example config conf/fuploader.json.example into ~/.config/fuploader.json and edit it to provide personal defaults.

About

Simple cli app to upload files through rsync to server and get correct links

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages