Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rdms:access:windows:cyberduck [2026/07/08 13:05] – old revision restored (2025/01/27 15:30) burcu | rdms:access:windows:cyberduck [2026/07/09 06:50] (current) – burcu | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| ===== Configuration of Cyberduck using the native iRODS Protocol ===== | ===== Configuration of Cyberduck using the native iRODS Protocol ===== | ||
| + | **Note: As of July 2026, there is a new iRODS native template for the Cyberduck profile. If you are using the old profile, Cyberduck will fail to connect and will ask for your credentials again. The profile in the Wiki is updated.** | ||
| + | |||
| If you would like to use the native iRODS protocol for connecting Cyberduck to the RDMS, you can download the iRODS (RUG) Cyberduck profile directly by clicking on the link below or by copying the content to a text editor of your choice and then saving it as a '' | If you would like to use the native iRODS protocol for connecting Cyberduck to the RDMS, you can download the iRODS (RUG) Cyberduck profile directly by clicking on the link below or by copying the content to a text editor of your choice and then saving it as a '' | ||
| Line 36: | Line 38: | ||
| <file xml RDMS.cyberduckprofile> | <file xml RDMS.cyberduckprofile> | ||
| <?xml version=" | <?xml version=" | ||
| + | <!-- | ||
| + | ~ Copyright (c) 2002-2017 iterate GmbH. All rights reserved. | ||
| + | ~ https:// | ||
| + | ~ | ||
| + | ~ 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 2 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. | ||
| + | ~ GNU General Public License for more details. | ||
| + | --> | ||
| + | |||
| < | < | ||
| <plist version=" | <plist version=" | ||
| < | < | ||
| + | <!-- DO NOT CHANGE. This is the purpose of the profile--> | ||
| < | < | ||
| < | < | ||
| + | |||
| + | <!-- Undocumented for CLI, the URI prefix, e.g., rug:// --> | ||
| < | < | ||
| < | < | ||
| + | |||
| + | <!-- Name of the profile --> | ||
| < | < | ||
| - | < | + | < |
| + | |||
| + | <!-- Default name of bookmark --> | ||
| < | < | ||
| < | < | ||
| + | |||
| + | <!-- iRODS hostname settings --> | ||
| + | < | ||
| + | < | ||
| < | < | ||
| < | < | ||
| - | | + | |
| + | <!-- iRODS port settings --> | ||
| + | | ||
| < | < | ||
| - | < | ||
| - | < | ||
| < | < | ||
| < | < | ||
| - | < | + | |
| - | < | + | <!-- Default path to open --> |
| - | < | + | |
| - | <true/> | + | |
| < | < | ||
| < | < | ||
| - | | + | |
| - | <true/> | + | <!-- The zone of the iRODS server to connect to. For backward --> |
| + | <!-- compatibility, | ||
| + | <!-- ":< | ||
| + | <!-- used when uploading files. | ||
| + | <!-- Resource" | ||
| + | | ||
| + | <string> | ||
| + | |||
| + | <!-- The authentication scheme used to establish a connection to --> | ||
| + | <!-- an iRODS server. | ||
| + | <!-- " | ||
| < | < | ||
| - | < | + | < |
| + | |||
| + | <!-- Advanced properties --> | ||
| + | < | ||
| + | < | ||
| + | <!-- The root resource to target when uploading files. --> | ||
| + | <!-- DO NOT define this option unless needed. --> | ||
| + | <!-- This option supersedes any resource defined by " | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- Controls whether deletion of an object permanently --> | ||
| + | <!-- removes or moves it into the trash collection. --> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- The size (in bytes) of a file that must be exceeded before --> | ||
| + | <!-- using parallel transfer. --> | ||
| + | <!-- The value must satisfy the range [1, 2^31-1]. --> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- The number of iRODS connections used for parallel transfer --> | ||
| + | <!-- of a single file. Each transfer will use the specified --> | ||
| + | <!-- number of iRODS connections. The value must satisfy the --> | ||
| + | <!-- range [2, 10]. --> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- The buffer size (in bytes) used for parallel transfer of --> | ||
| + | <!-- a single file. Applies to uploads and downloads. | ||
| + | <!-- value must satisfy the range [1, 128MB]. --> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- Secure communication options must be one of " | ||
| + | <!-- " | ||
| + | <!-- - CS_NEG_REQUIRE: | ||
| + | <!-- - CS_NEG_DONT_CARE: | ||
| + | <!-- - CS_NEG_REFUSE: | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- TLS options, when enabled. --> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </dict> | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| </ | </ | ||
| Line 73: | Line 162: | ||
| If everything went right, you will see the login screen below. | If everything went right, you will see the login screen below. | ||
| - | {{ : | + | {{ : |
| ===== Configuration of Cyberduck to access the RDMS SD Zone ===== | ===== Configuration of Cyberduck to access the RDMS SD Zone ===== | ||
| + | **Note: As of July 2026, there is a new iRODS native template for the Cyberduck profile. If you are using the old profile, Cyberduck will fail to connect and will ask for your credentials again. The profile in the Wiki is updated.** | ||
| In order to access the RDMS SD zone, you need to first download the RDMS Sensitive data zone Cyberduck profile directly by clicking on the link below or by copying the content to a text editor of your choice and then saving it as a '' | In order to access the RDMS SD zone, you need to first download the RDMS Sensitive data zone Cyberduck profile directly by clicking on the link below or by copying the content to a text editor of your choice and then saving it as a '' | ||
| Line 82: | Line 172: | ||
| <file xml RDMSsd.cyberduckprofile> | <file xml RDMSsd.cyberduckprofile> | ||
| <?xml version=" | <?xml version=" | ||
| + | <!-- | ||
| + | ~ Copyright (c) 2002-2017 iterate GmbH. All rights reserved. | ||
| + | ~ https:// | ||
| + | ~ | ||
| + | ~ 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 2 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. | ||
| + | ~ GNU General Public License for more details. | ||
| + | --> | ||
| + | |||
| < | < | ||
| <plist version=" | <plist version=" | ||
| < | < | ||
| + | <!-- DO NOT CHANGE. This is the purpose of the profile--> | ||
| < | < | ||
| < | < | ||
| + | |||
| + | <!-- Undocumented for CLI, the URI prefix, e.g., rug:// --> | ||
| < | < | ||
| < | < | ||
| + | |||
| + | <!-- Name of the profile --> | ||
| < | < | ||
| - | < | + | < |
| + | |||
| + | <!-- Default name of bookmark --> | ||
| < | < | ||
| < | < | ||
| + | |||
| + | <!-- iRODS hostname settings --> | ||
| + | < | ||
| + | < | ||
| < | < | ||
| < | < | ||
| - | | + | |
| + | <!-- iRODS port settings --> | ||
| + | | ||
| < | < | ||
| - | < | ||
| - | < | ||
| < | < | ||
| < | < | ||
| - | < | + | |
| - | < | + | <!-- Default path to open --> |
| - | < | + | |
| - | <true/> | + | |
| < | < | ||
| < | < | ||
| - | | + | |
| - | <true/> | + | <!-- The zone of the iRODS server to connect to. For backward --> |
| + | <!-- compatibility, | ||
| + | <!-- ":< | ||
| + | <!-- used when uploading files. | ||
| + | <!-- Resource" | ||
| + | | ||
| + | <string> | ||
| + | |||
| + | <!-- The authentication scheme used to establish a connection to --> | ||
| + | <!-- an iRODS server. | ||
| + | <!-- " | ||
| < | < | ||
| - | < | + | < |
| + | |||
| + | <!-- Advanced properties --> | ||
| + | < | ||
| + | < | ||
| + | <!-- The root resource to target when uploading files. --> | ||
| + | <!-- DO NOT define this option unless needed. --> | ||
| + | <!-- This option supersedes any resource defined by " | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- Controls whether deletion of an object permanently --> | ||
| + | <!-- removes or moves it into the trash collection. --> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- The size (in bytes) of a file that must be exceeded before --> | ||
| + | <!-- using parallel transfer. --> | ||
| + | <!-- The value must satisfy the range [1, 2^31-1]. --> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- The number of iRODS connections used for parallel transfer --> | ||
| + | <!-- of a single file. Each transfer will use the specified --> | ||
| + | <!-- number of iRODS connections. The value must satisfy the --> | ||
| + | <!-- range [2, 10]. --> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- The buffer size (in bytes) used for parallel transfer of --> | ||
| + | <!-- a single file. Applies to uploads and downloads. | ||
| + | <!-- value must satisfy the range [1, 128MB]. --> | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- Secure communication options must be one of " | ||
| + | <!-- " | ||
| + | <!-- - CS_NEG_REQUIRE: | ||
| + | <!-- - CS_NEG_DONT_CARE: | ||
| + | <!-- - CS_NEG_REFUSE: | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- TLS options, when enabled. --> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </dict> | ||
| </ | </ | ||
| </ | </ | ||