diff --git a/Filer-Server-API.md b/Filer-Server-API.md index 2b5b15b..23fe109 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -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 ...