Peiiii / freehub

With one command, upload file to freehub , or download from freehub. Easy to use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freehub

With one command, upload file to freehub , or download from freehub. Easy to use.

install

pip3 install freehub

usage

#upload
freehub upload path(can be file or directory) [key](key is optional,by default is the same as path)
 
#upload file
freehub upload a.jpg a 
#upload directory
freehub upload demo demo

# download
freehub download key(the key you use for uploading) [path](optional, default value: "./")

# download file
freehub download a ./downloads
# download directory
freehub download demo ./downloads

About

With one command, upload file to freehub , or download from freehub. Easy to use.

License:MIT License


Languages

Language:Python 94.2%Language:Shell 3.4%Language:Batchfile 2.4%