mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Server API (markdown)
parent
fcb4d7f2b5
commit
9393a36497
|
@ -91,6 +91,14 @@ curl -H "Accept: application/json" "http://localhost:8888/javascript/?pretty=y"
|
|||
}
|
||||
```
|
||||
|
||||
### Create an empty folder
|
||||
|
||||
Folders usually are created automatically when uploading a file. To create an empty file, you can use this:
|
||||
|
||||
```
|
||||
curl -X POST "http://localhost:8888/test/"
|
||||
```
|
||||
|
||||
### List files under a directory
|
||||
This is for embedded filer only.
|
||||
|
||||
|
|
Loading…
Reference in a new issue