Skip to content

Peiiii/freehub

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published