michaelogrant / macfusion

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

MacFusion revision 268 and 1.2 Beta 1 | FTP | 530 Login incorrect #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This new issue could be a duplicate of 
MacFusion issue 209 
<http://code.google.com/p/macfusion/issues/detail?id=209>.

Anonymous connections are fine. 

Authenticated connections fail. From MacFusion log, an example: 

===== Friday, 22 June 2007 14:39:07 Europe/London =====
luna: Enter host password for user 'gjp4': * Couldn't find host luna.bton.ac.uk 
in the .netrc file, 
using defaults 
luna: * About to connect() to luna.bton.ac.uk port 21 (#0) *   Trying 
194.81.203.8... 
luna: * connected 
luna: * Connected to luna.bton.ac.uk (194.81.203.8) port 21 (#0) 
luna: < 
luna: 220 ProFTPD 1.2.9 Server ready.
 > USER gjp4

luna: < 331 Password required for gjp4.

luna: > PASS 

luna: < 530 Login incorrect.

luna: * Access denied: 530 * Closing connection #0 Error connecting to ftp: 
Access denied: 530 
luna: Mount Failed

##

       {
            FSType = FTPFS; 
            StoredObject = {
                advancedOptions = "-o ftpfs_debug=3 -d -v"; 
                hostName = "luna.bton.ac.uk"; 
                iconPath = "/Applications/MacFusion/MacFusion.app/Contents/PlugIns/FTPFS.plugin/
Contents/Resource
                login = gjp4; 
                mountOnStartup = 0; 
                name = luna; 
                path = ""; 
            }; 
        }, 

Original issue reported on code.google.com by grahampe...@gmail.com on 22 Jun 2007 at 1:44

GoogleCodeExporter commented 8 years ago
I should add, that was with all keychains locked. User is not prompted for a 
password. 

Increasingly likely that this issue 210 is a duplicate of issue 209. 

Original comment by grahampe...@gmail.com on 22 Jun 2007 at 3:59

GoogleCodeExporter commented 8 years ago
Re <http://code.google.com/p/macfusion/downloads/list?can=1> 
MacFusion nightly 20070617 revision 265.dmg
does not present this particular issue. 

Nightly build from revision 268 _does_ present. 

Original comment by grahampe...@gmail.com on 22 Jun 2007 at 4:15

GoogleCodeExporter commented 8 years ago
Lunchtime Jabber chat with Michael. Focus: 

FTPFS.m

— a switch in there setting whether we need authentication or not.

Original comment by grahampe...@gmail.com on 22 Jun 2007 at 8:49

GoogleCodeExporter commented 8 years ago
Fixed now in SVN.
Release soon.

Original comment by mgorb...@gmail.com on 23 Jun 2007 at 7:59

GoogleCodeExporter commented 8 years ago
Verified in 1.2 Beta 2. Thanks :)

Original comment by grahampe...@gmail.com on 25 Jun 2007 at 7:11