Skip to content

Commit

Permalink
Merge pull request #2344 in ITERATE/cyberduck from feature/gmxcloud t…
Browse files Browse the repository at this point in the history
…o master

* commit '00ff33265100785e567827af4098c05c19a51d39':
  Add help option to connection profile.
  Add special case to handle quota failures.
  Add check for URL in identifier.
  Add module with custom quota implementation.
  Add special case to handle quota failures.
  Add quota type.
  Implement equals.
  Define unknown quota.
  • Loading branch information
dkocher committed Mar 19, 2021
2 parents 72a6905 + 00ff332 commit cfd8619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GMX Cloud.cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>davs</string>
<string>gmxcloud</string>
<key>Vendor</key>
<string>gmx</string>
<key>Description</key>
Expand All @@ -12,5 +12,7 @@
<string>webdav.mc.gmx.net</string>
<key>Username Placeholder</key>
<string>GMX Kundennummer</string>
<key>Help</key>
<string>https://www.gmx.net/produkte/cloud/speicher-erweitern/</string>
</dict>
</plist>

0 comments on commit cfd8619

Please sign in to comment.