Skip to content

Commit

Permalink
Add profiles for pCloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Feb 28, 2022
1 parent 541e24c commit a044cdc
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
39 changes: 39 additions & 0 deletions pCloud Europe (Luxemburg).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2002-2022 iterate GmbH. All rights reserved.
~ https://cyberduck.io/
~
~ This program is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
-->

<!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>pcloud-eu</string>
<key>Description</key>
<string>pCloud Europe (Luxemburg) Region</string>
<key>Default Hostname</key>
<string>ewebdav.pcloud.com</string>
<key>Username Placeholder</key>
<string>Login Email</string>
<key>Password Placeholder</key>
<string>Login Password</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Help</key>
<string>https://www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime</string>
</dict>
</plist>
39 changes: 39 additions & 0 deletions pCloud Texas (USA).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2002-2022 iterate GmbH. All rights reserved.
~ https://cyberduck.io/
~
~ This program is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
-->

<!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>pcloud-us</string>
<key>Description</key>
<string>pCloud USA (Texas) Region</string>
<key>Default Hostname</key>
<string>webdav.pcloud.com</string>
<key>Username Placeholder</key>
<string>Login Email</string>
<key>Password Placeholder</key>
<string>Login Password</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Help</key>
<string>https://www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime</string>
</dict>
</plist>

0 comments on commit a044cdc

Please sign in to comment.