mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Server API (markdown)
parent
a48b8c2d75
commit
d08e9bd093
|
@ -202,6 +202,9 @@ Notice that the tag names follow http header key convention, with the first char
|
||||||
# move(rename) "/path/to/src_file" to "/path/to/dst_file"
|
# move(rename) "/path/to/src_file" to "/path/to/dst_file"
|
||||||
> curl -X POST 'http://localhost:8888/path/to/dst_file?mv.from=/path/to/src_file'
|
> curl -X POST 'http://localhost:8888/path/to/dst_file?mv.from=/path/to/src_file'
|
||||||
```
|
```
|
||||||
|
| POST Parameter | Description | Default |
|
||||||
|
| ---- | -- | -- |
|
||||||
|
| mv.from | move from one file or directory to another location | Required field |
|
||||||
|
|
||||||
### Create an empty folder
|
### Create an empty folder
|
||||||
Folders usually are created automatically when uploading a file. To create an empty file, you can use this:
|
Folders usually are created automatically when uploading a file. To create an empty file, you can use this:
|
||||||
|
|
Loading…
Reference in a new issue