Skip to content

Commit

Permalink
Add WebDAV profile with disabled LOCK support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 13, 2024
1 parent cb1c935 commit 2d97aea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions WebDAV (No Locks).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>davs</string>
<key>Vendor</key>
<string>davs-nolocks</string>
<key>Description</key>
<string>WebDAV (No Locks)</string>
<key>Properties</key>
<array>
<string>webdav.lock.enable=false</string>
</array>
</dict>
</plist>

0 comments on commit 2d97aea

Please sign in to comment.