diff --git a/Large-File-Handling.md b/Large-File-Handling.md index 3c01069..d6c34b8 100644 --- a/Large-File-Handling.md +++ b/Large-File-Handling.md @@ -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: */*