michaelogrant / macfusion

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

FTP service on Windows NT | permissions issue resolved by defer_auth #229

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. mount a Windows NT Server via FTP MacMuse - mount successful
2. files are displayed normally, folders have a red (-)
3. I cannot download, upload any file and I cannot open any file with any
program

What is the expected output? What do you see instead?

When accessing the same ftp account with another FTP client there are no
permission restrictions. So I expect to have full read/write permissions
also via MacFuse/MacFusion.

What version of the product are you using? On what operating system?

* MacFUSE-Core-0.4.0.dmg
* MacFusion 1.2 Beta 3.dmg 
  (Note: MacFusion 1.1.dmg did not recognize that MacFUSE was installed)
* Mac OS X 10.4.10
* iMac 800, PowerPC G4, 800MHz, 512 MB SDRAM
* Transmit v. 3.5.6

Please provide any additional information below.

Transcript from "Transmit":
Transmit 3.5.6 Session Transkript
LibNcFTP 3.1.9 (March 19, 2005) compiled for UNIX
Uname: Darwin|olivier-roths-imac.local|8.10.0|Darwin Kernel Version 8.10.0:
Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC|Power Macintosh
Remote server is running Microsoft FTP Service.
220: Microsoft FTP Service
Connected to ftp.kristalle.ch.
Cmd: USER username
331: Password required for kristalle.
Cmd: PASS xxxxxxxx
230: User kristalle logged in.
Logged in to ftp.kristalle.ch as kristalle.
Cmd: SYST
215: Windows_NT
Cmd: SITE DIRSTYLE
200: MSDOS-like directory output is off
Cmd: PWD
257: "/kristalle" is current directory.
Cmd: CWD public_html/
250: CWD command successful.
Cmd: PASV
227: Entering Passive Mode (82,195,225,103,21,124).
Cmd: LIST
125: Data connection already open; Transfer starting.
226: Transfer complete.
drwxrwxrwx   1 owner    group               0 Sep  2  2005 achate
drwxrwxrwx   1 owner    group               0 Dec 19  2003 aspnet_client
-rwxrwxrwx   1 owner    group            1317 Dec  6  2001 atest.asp
-rwxrwxrwx   1 owner    group             145 Dec  6  2001 BadLinkPage.asp
drwxrwxrwx   1 owner    group               0 Sep 26  2005 buch
drwxrwxrwx   1 owner    group               0 Sep  4  2005 ce_env
drwxrwxrwx   1 owner    group               0 Dec  3  2001 cgi-bin
drwxrwxrwx   1 owner    group               0 Sep  4  2005 dbstuff
drwxrwxrwx   1 owner    group               0 Sep 21  2006 divers
-rwxrwxrwx   1 owner    group            2266 Sep  4  2005 error.asp
-rwxrwxrwx   1 owner    group            1150 Sep 29  2004 favicon.ico
-rwxrwxrwx   1 owner    group            1258 Dec  6  2001 FileTest.asp
-rwxrwxrwx   1 owner    group             747 Dec  5  2001 footer.inc
-rwxrwxrwx   1 owner    group             192 Dec  6  2001 FooterF.asp
drwxrwxrwx   1 owner    group               0 Sep 14  2004 gonzen
<... snip ...>

Original issue reported on code.google.com by olivierr...@gmail.com on 19 Jul 2007 at 9:09

GoogleCodeExporter commented 8 years ago
I found the solution after checking out some more on the web:
a) http://code.google.com/p/macfuse/wiki/CHANGELOG
b) http://paste.lisp.org/display/43555

So I entered -o defer_auth into the "Extra Options (Advanced)" field.

Works fine now - you can close the issue!

Cheers

Original comment by olivierr...@gmail.com on 20 Jul 2007 at 9:59

GoogleCodeExporter commented 8 years ago

Original comment by grahampe...@gmail.com on 17 Aug 2007 at 6:17