to-streamshare

Crates.ioto-streamshare
lib.rsto-streamshare
version0.7.0
sourcesrc
created_at2024-10-19 20:32:21.309894
updated_at2024-10-20 19:20:35.677865
descriptionUpload to streamshare (to-ss > toss) from the terminal
homepagehttps://waradu.dev
repositoryhttps://github.com/Waradu/to-streamshare
max_upload_size
id1415695
size59,451
Waradu (Waradu)

documentation

README

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
Commit count: 17

cargo fmt