michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

SSH favourites: custom port not written to ~/Library/Preferences/org.mgorbach.MacFusion.plist #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I specify a custom port in the settings for a favourite it jumps back
to the default value when I restart the computer or MacFuse.

Same issue on both 1.2 Beta 1 and 2.

Original issue reported on code.google.com by anders.m...@gmail.com on 28 Jun 2007 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by mgorb...@gmail.com on 29 Jun 2007 at 5:00

GoogleCodeExporter commented 8 years ago
Issue reproduced by Graham.

Original comment by grahampe...@gmail.com on 29 Jun 2007 at 5:28

GoogleCodeExporter commented 8 years ago
Fixed in SVN Rev 282.
Please verify.

Original comment by mgorb...@gmail.com on 4 Jul 2007 at 6:06

GoogleCodeExporter commented 8 years ago
Updated to revision 284.

Cleaned all targets, built using Xcode. 

For the following favourite I 
changed the port from 22 to 23, 
then quit from MacFusion, 
then read from the plist: 

{
    FSType = SSHFS; 
    StoredObject = {
        advancedOptions = ""; 
        authenticationType = 0; 
        hostName = "zonecd-businesslounge.freeman-centre.ac.uk"; 
        login = root; 
        mountOnStartup = 0; 
        name = "ZoneCD-freeman-bl"; 
        path = "/"; 
        port = 23; 
    }; 
}, 

Looks good to me. I'll revert my favourite to the proper port 22. 

Verified, thanks to Michael.

Original comment by grahampe...@gmail.com on 4 Jul 2007 at 8:56

GoogleCodeExporter commented 8 years ago
I assume (have not tested) that the save to plist occurs at the time of change, 
not at MacFusion quit time.

Original comment by grahampe...@gmail.com on 4 Jul 2007 at 9:06

GoogleCodeExporter commented 8 years ago
> the save to plist occurs at the time of change

Verified again. 

Original comment by grahampe...@gmail.com on 4 Jul 2007 at 9:19