Namespace: ITHit.MapWebDAVDrive.Core
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | The Map WebDAV Drive will try to detect authentication scheme used by server. The file content will not be buffered in memory if Basic, Digest, Kerberos or Anonymous is detected. The content is buffered if NTLM is detected. | |
On | 1 | The file content will be buffered in memory before upload. Use this option for best compatibility. However buffering significantly reduces maximum file size that can be uploaded to server. The maximum file size will be about 1/2 of physical memory size. | |
Off | 2 | The file content will not be buffered in memory before upload. To use this option with NTLM authentication the server must allow unbuffered NTLM requests. |