[Cyberduck-trac] [Cyberduck] #180: Portable Cyberduck

Cyberduck trac at trac.cyberduck.ch
Mon Feb 13 14:49:50 CET 2006


#180: Portable Cyberduck
-------------------------+--------------------------------------------------
 Reporter:  Gand         |        Owner:  dkocher
     Type:  enhancement  |       Status:  closed 
 Priority:  normal       |    Milestone:  2.5.5  
Component:  core         |      Version:  2.5.4  
 Severity:  normal       |   Resolution:  fixed  
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by dkocher):

  * cc:  => gand at sky.mi.it
  * resolution:  => fixed
  * status:  reopened => closed

Comment:

 Ignore the above instructions. Info.plist of Cyberduck.app must now have
 (or similar)

 {{{
         <key>application.support.path</key>
         <string>/Volumes/Movable Disk/Cyberduck/Preferences</string>
         <key>application.preferences.path</key>
         <string>/Volumes/Movable
 Disk/Cyberduck/Preferences/Preferences.plist</string>

 }}}

 You can also write these settings using the ''defaults'' command (use an
 absolute pathname to refer to the Info.plist and omit the plist extension)

 {{{
 defaults write "/Volumes/Movable Disk/Cyberduck.app/Contents/Info"
 application.support.path "/Volumes/Movable Disk/Cyberduck/Preferences"
 defaults write "/Volumes/Movable Disk/Cyberduck.app/Contents/Info"
 application.preferences.path "/Volumes/Movable
 Disk/Cyberduck/Preferences/Preferences.plist"
 }}}

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/180>
Cyberduck <http://cyberduck.ch>
FTP and SFTP Browser for Mac OS X.


More information about the Cyberduck-trac mailing list