mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Fix typos.
parent
1e4041bd8e
commit
90d1ce3348
|
@ -49,7 +49,7 @@ The steps to append a large file:
|
|||
|
||||
## Example
|
||||
```
|
||||
# split -n 2 sy.jpg // split the file into two: xxa and xxb
|
||||
# split -n 2 sy.jpg // split the file into two: xaa and xab
|
||||
|
||||
# curl -X POST -F "file=@xaa" http://localhost:9333/submit?pretty=yes
|
||||
{
|
||||
|
@ -121,12 +121,12 @@ The steps to append a large file:
|
|||
* Connection #0 to host 10.34.254.62 left intact
|
||||
|
||||
// download the full file
|
||||
# curl -v "http://10.34.254.62:8080/5,1ff0fb46c9" -o out.data
|
||||
# curl -v "http://10.34.254.62:8080/5,1ea9c7d93e" -o out.data
|
||||
* Trying 10.34.254.62...
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 10.34.254.62 (10.34.254.62) port 8080 (#0)
|
||||
> GET /5,1ff0fb46c9 HTTP/1.1
|
||||
> GET /5,1ea9c7d93e HTTP/1.1
|
||||
> Host: 10.34.254.62:8080
|
||||
> User-Agent: curl/7.47.0
|
||||
> Accept: */*
|
||||
|
|
Loading…
Reference in a new issue