Skip to content

Commit fa8b1c5

Browse files
committed
Updated info about WebDAV on Windows
1 parent 6783670 commit fa8b1c5

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

docs/desktop/volume-type.mdx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,18 @@ Vaults mounted to a drive letter are only accessible to the current user. If you
6969
**Requirements:** Windows
7070

7171
WebDAV on Windows uses the [`net use`](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/gg651155(v=ws.11)) command to mount/unmount the virtual drive.
72-
By default, unlocked vaults are mounted as a network drive and assigned a random drive letter.
73-
Using WebDAV on Windows has the following drawbacks:
72+
The unlocked vaults is displayed as a network drive and assigned to a random drive letter.
73+
74+
:::info
75+
76+
WebDAV on Windows has the following drawbacks:
77+
78+
* The maximum file of 4 GB: Files bigger than 4GB cannot be copied into or out of the vault.
79+
* Files with an absolute path longer than 260 characters cannot be accessed
80+
* The total space and free space of the vault are always reported to be the same as the total space and free space of the C: drive (even if not true)
81+
82+
:::
7483

75-
* The size of transferred files is restricted to a maximum of 4 GB.
76-
* The total space and free space of the network drive are shown to be the same as the total space and free space of the C: drive, which is technically incorrect.
7784

7885
## macOS {/* #macos */}
7986

0 commit comments

Comments
 (0)