Skip to content

awsh/termfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#File hosting for terminal uploads This code currently powers http://termfiles.com


##Upload a file: `curl --upload-file filename.ext http://localhost:8000/filename.ext`

##Retrieve a file: wget http://localhost:8000/XXXXXXXX/filename.ext

##Download several files as an archive: wget -O filename.(zip|tar|tar.gz|tar.bz2) http://localhost:8000/XXXXXXXX/file1.ext+XXXXXXXX/file2.ext=filename.(zip|tar|tar.gz|tar.bz2)

About

Hosting server for terminal based file sharing that powers termfiles.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors