[Cyberduck-trac] [Cyberduck] #9579: iRODS zone name is not stored in bookmark

Cyberduck trac at trac.cyberduck.io
Fri Jun 3 10:06:55 UTC 2016


#9579: iRODS zone name is not stored in bookmark
--------------------------+---------------------------
 Reporter:  carsten.jahn  |         Owner:  dkocher
     Type:  defect        |        Status:  closed
 Priority:  normal        |     Milestone:  5.1
Component:  irods         |       Version:  5.0
 Severity:  normal        |    Resolution:  worksforme
 Keywords:                |  Architecture:  Intel
 Platform:  Windows 7     |
--------------------------+---------------------------
Changes (by dkocher):

 * status:  assigned => closed
 * resolution:   => worksforme


Comment:

 Please resolve this issue by setting the `Vendor` setting to a different
 value than `irods` which is already reserved as the protocol identifier.
 For example use


 {{{
 <?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>irods</string>
         <key>Vendor</key>
         <string>bhc</string>
         <key>Description</key>
         <string>bhctestZone irods</string>
         <key>Port Configurable</key>
         <true/>
         <key>Hostname Configurable</key>
         <true/>
         <key>Default Hostname</key>
         <string>--our hostname--</string>
         <key>Region</key>
         <string>bhctestZone</string>
         <key>Default Port</key>
         <string>1247</string>
         <key>Username Placeholder</key>
         <string>(STANDARD|PAM:)iRODS username (use PAM:username)</string>
         <key>Password Placeholder</key>
         <string>irods password</string>
     </dict>
 </plist>
 }}}

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/9579#comment:5>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list