mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix old doc
parent
3575cc5f81
commit
269e2a8904
|
@ -54,7 +54,7 @@ Examples:
|
|||
```bash
|
||||
# Basic Usage:
|
||||
> curl -F file=@report.js "http://localhost:8888/javascript/"
|
||||
{"name":"report.js","size":866,"fid":"7,0254f1f3fd","url":"http://localhost:8081/7,0254f1f3fd"}
|
||||
{"name":"report.js","size":866}
|
||||
> curl "http://localhost:8888/javascript/report.js" # get the file content
|
||||
> curl -I "http://localhost:8888/javascript/report.js" # get only header
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue