mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
support copying files/folders; closes #115
behaves according to the target volume's deduplication config; will create symlinks / hardlinks instead if dedup is enabled
This commit is contained in:
parent
44ee07f0b2
commit
cacec9c1f3
12 changed files with 555 additions and 62 deletions
|
@ -163,6 +163,7 @@ authenticate using header `Cookie: cppwd=foo` or url param `&pw=foo`
|
|||
|
||||
| method | params | result |
|
||||
|--|--|--|
|
||||
| POST | `?copy=/foo/bar` | copy the file/folder at URL to /foo/bar |
|
||||
| POST | `?move=/foo/bar` | move/rename the file/folder at URL to /foo/bar |
|
||||
|
||||
| method | params | body | result |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue