restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
|
@ -85,7 +85,7 @@ Protocols:
|
|||
- [FTP](../../internet/FTP.md)
|
||||
- [HTTP](../../internet/HTTP.md)
|
||||
- SFTP
|
||||
- [WebDAV](../../tools/WebDAV.md)
|
||||
- [WebDAV](../../internet/WebDAV.md)
|
||||
|
||||
```shell
|
||||
rclone serve <protocol> <remote>
|
||||
|
@ -147,4 +147,4 @@ The attributes `:ro`, `:nc` and `:nc` can be attached to the end of the rem
|
|||
Subfolders can be used in upstream remotes. Assume a union remote named `backup` with the remotes `mydrive:private/backup`. Invoking `rclone mkdir backup:desktop` is exactly the same as invoking `rclone mkdir mydrive:private/backup/desktop`.
|
||||
|
||||
## WebDAV
|
||||
To configure the [WebDAV](../../tools/WebDAV.md) remote you will need to have a [URL](../../internet/URL.md) for it, and a username and password
|
||||
To configure the [WebDAV](../../internet/WebDAV.md) remote you will need to have a [URL](../../internet/URL.md) for it, and a username and password
|
Loading…
Add table
Add a link
Reference in a new issue