#file-sharing #upload #streamshare

app to-streamshare

Upload to streamshare (to-ss > toss) from the terminal

10 releases (6 breaking)

0.7.0 Oct 20, 2024
0.6.0 Oct 20, 2024
0.5.0 Oct 20, 2024
0.4.0 Oct 20, 2024
0.1.0 Oct 19, 2024

#524 in Filesystem

Download history 417/week @ 2024-10-14 239/week @ 2024-10-21 7/week @ 2024-10-28

273 downloads per month

MIT license

17KB
190 lines

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

Dependencies

~12–25MB
~367K SLoC