Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jan 11, 2024
1 parent 3ebd0af commit 9859246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ curl http://127.0.0.1:5000/file --user user:pass # basic auth
curl http://127.0.0.1:5000/file --user user:pass --digest # digest auth
```

Resumable download
Resumable downloads

```
curl -C- -o file http://127.0.0.1:5000/file
```

Resumable upload
Resumable uploads

```
upload_offset=$(curl -I -s http://127.0.0.1:5000/file | tr -d '\r' | sed -n 's/upload-offset: //p')
Expand Down

0 comments on commit 9859246

Please sign in to comment.