intersystems-community / WebDAV

WebDAV implementation in InterSystems Caché
MIT License
2 stars 0 forks source link

Mac: suppress temp file/dir creation #6

Open eduard93 opened 7 years ago

eduard93 commented 7 years ago

Currently windows (ms office 13) and linux (libre office 5) do not create temp files:

PROPFIND
GET
LOCK (windows only)
PUT
UNLOCK (windows only)
PROPFIND (linux only)

Mac however creates a lot of folders and temp files.

eduard93 commented 7 years ago

http://stackoverflow.com/questions/43233776/minimize-nimber-of-webdav-requests-on-mac

eduard93 commented 7 years ago

Removed:

DAV: 2
Allow: MCKOL

Result: RO

Removed:

DAV: 2

Result: RO

Removed:

Allow: MCKOL

Result: RW but still sends MKCOL