Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 568 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 568 Bytes

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