You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single binary for both server and client of [tus resumable upload protocol](https://tus.io)
5
+
A single binary for both server and client of [tus resumable upload protocol](https://tus.io).
6
+
This is a trim-down version of [tusd](https://github.com/tus/tusd) in favor of smaller binary size (< 10 MB rather than > 30MB).
7
+
S3, GCS, Prometheus, Hooks are not include. For client part, this a is command line implementation of [go-tusd](https://github.com/eventials/go-tus).
6
8
7
-
### Quick start on local
9
+
### Quick Start
8
10
9
11
Start server
10
12
@@ -16,13 +18,48 @@ Create and upload a file
16
18
17
19
```bash
18
20
$ echotest> test.txt
19
-
$ tusc client http://127.0.0.1:8080 text.txt
21
+
$ tusc client http://127.0.0.1:8080/files/ text.txt # not resumable
0 commit comments