docs/src/put.md

changeset 285
02d3e4b1245f
parent 283
0e36bb75a732
equal deleted inserted replaced
284:8e7ef0675946 285:02d3e4b1245f
1 --- 1 ---
2 title: 'dav put' 2 title: 'dav put'
3 --- 3 ---
4 4
5 **`put [-pcR] [-k <key>] [-L <lock>] <url> <file>`** 5 **`dav put [-pcR] [-k <key>] [-L <lock>] <url> <file>`**
6 6
7 Uploads a file or a directory. When uploading a file while the url points to 7 Uploads a file or a directory. When uploading a file while the url points to
8 an existing collection, a resource inside this collection with the file's name is created. When the url points to a non-existing resource, the resource is 8 an existing collection, a resource inside this collection with the file's name is created. When the url points to a non-existing resource, the resource is
9 created. 9 created.
10 10

mercurial