Skip to content

Commit

Permalink
Merge pull request #88 from iterate-ch/issue/87
Browse files Browse the repository at this point in the history
Fix #87.
  • Loading branch information
ylangisc authored Apr 24, 2024
2 parents 96461ff + 58fc5b9 commit f415d46
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SMB (Encrypted).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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>SMB</string>
<key>Vendor</key>
<string>smb-encrypted</string>
<key>Description</key>
<string>SMB (Encrypted)</string>
<key>Properties</key>
<array>
<string>smb.signing.required=true</string>
<string>smb.encrypt.enable=true</string>
</array>
</dict>
</plist>

0 comments on commit f415d46

Please sign in to comment.