Skip to content

upload and delete files to/from streamshare with the terminal

Notifications You must be signed in to change notification settings

Waradu/to-streamshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Streamshare (to-ss > toss)

Upload files to streamshare with the terminal.

Install

cargo install to-streamshare

Upload

toss "filepath"
toss --chunk-size 100 "filepath" # set chunk_size to 100
toss --server "streamshare.myserver.com" "filepath" # set server to your server

Delete

toss --delete "file_identifier/deletion_token"

Download

toss --download "file_identifier"
toss --download "file_identifier" --path "" # uses current path as default
toss --download "file_identifier" --replace # replace if file already exist

About

upload and delete files to/from streamshare with the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages