upload and delete files to/from streamshare with the terminal
Find a file
2024-10-27 13:12:31 +01:00
.github funding 2024-10-27 13:12:31 +01:00
src added replace when downloading option 2024-10-20 21:18:51 +02:00
.gitignore init 2024-10-19 22:29:49 +02:00
Cargo.lock added replace when downloading option 2024-10-20 21:18:51 +02:00
Cargo.toml added replace when downloading option 2024-10-20 21:18:51 +02:00
README.md added replace when downloading option 2024-10-20 21:18:51 +02:00
test.txt added --delete option to delete files 2024-10-19 22:57:32 +02:00

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