Andrew Zirkel
2008-10-07
When I mount the ftp site manually with curlftpfs_static_mg that I get no access to any files. ls -l looks like this:
ls -l HomeDirectory/
total 39
---------- 1 root wheel 1067 Sep 11 00:24 Documents
d--------- 1 root wheel 0 Sep 11 00:24 Downloads
d--------- 1 root wheel 0 Sep 11 00:32 Library
d--------- 1 root wheel 0 Oct 7 12:29 My Documents
---------- 1 root wheel 18097 Sep 4 10:34 gpresult-msc205.txt
I've tried the allow_other option and the different permission
options. When I connect to the ftp site with windows XP I can access
the files normally.
Here is the debug output:
$ /Volumes/MacFusion\ 1.2\ Beta\ 3/MacFusion.app/Contents/PlugIns/FTPFS.plugin/Contents/Resources/curlftpfs-static ftp://stest:testing@files:49152/ /tmp/HomeDirectory -d -v -o ftpfs_debug=3
* Couldn't find host files in the .netrc file, using defaults
* About to connect() to files port 49152 (#0)
* Trying 172.17.16.66... * connected
* Connected to files (172.17.16.66) port 49152 (#0)
< 220 Microsoft FTP Service
> USER stest
< 331 Password required for stest.
> PASS testing
< 230 User stest logged in.
> PWD
< 257 "/" is current directory.
* Entry path is '/'
* Connection #0 to host files left intact
unique: 0, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.8
flags=0x00000000
max_readahead=0x00100000
INIT: 7.8
flags=0x00000000
max_readahead=0x00100000
max_write=0x00400000
unique: 0, error: 0 (Unknown error: 0), outsize: 40
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: ACCESS (34), nodeid: 1, insize: 48
ACCESS / 00
unique: 0, error: -78 (Function not implemented), outsize: 16
unique: 0, opcode: GETATTR (3), nodeid: 1, insize: 40
1223408270 ftpfs.c:348 dir_path: / ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
< 250 CWD command successful.
> EPSV
* Connect data stream passively
< 500 'EPSV': command not understood
* disabling EPSV usage
> PASV
< 227 Entering Passive Mode (172,17,16,66,8,182).
* Trying 172.17.16.66... unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 1, error: 0 (Unknown error: 0), outsize: 96
* connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2230
> TYPE A
< 200 Type set to A.
> LIST -a
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408270 ftpfs.c:298 read_data: 359
1223408270 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
unique: 0, error: 0 (Unknown error: 0), outsize: 116
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 1, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 1, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 1, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: GETXATTR (22), nodeid: 1, insize: 77
unique: 0, error: -78 (Function not implemented), outsize: 16
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
1223408270 ftpfs.c:348 dir_path: /._. ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
< 250 CWD command successful.
> PASV
* Connect data stream passively
< 227 Entering Passive Mode (172,17,16,66,8,183).
* Trying 172.17.16.66... * connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2231
> LIST -a
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408270 ftpfs.c:298 read_data: 359
1223408270 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
1223408270 ftpfs-ls.c:150 date: 10-06-08 hour: 01:37PM size: <DIR> file: .FileSync
1223408270 ftpfs-ls.c:260 cache_add_attr: /.FileSync
1223408270 ftpfs-ls.c:264 comparing ._. .FileSync
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 0 file: .homeSetupDone
1223408270 ftpfs-ls.c:260 cache_add_attr: /.homeSetupDone
1223408270 ftpfs-ls.c:264 comparing ._. .homeSetupDone
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 1067 file: Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /Documents
1223408270 ftpfs-ls.c:264 comparing ._. Documents
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: <DIR> file: Downloads
1223408270 ftpfs-ls.c:260 cache_add_attr: /Downloads
1223408270 ftpfs-ls.c:264 comparing ._. Downloads
1223408270 ftpfs-ls.c:150 date: 09-04-08 hour: 09:34AM size: 18097 file: gpresult-msc205.txt
1223408270 ftpfs-ls.c:260 cache_add_attr: /gpresult-msc205.txt
1223408270 ftpfs-ls.c:264 comparing ._. gpresult-msc205.txt
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:32PM size: <DIR> file: Library
1223408270 ftpfs-ls.c:260 cache_add_attr: /Library
1223408270 ftpfs-ls.c:264 comparing ._. Library
1223408270 ftpfs-ls.c:150 date: 10-07-08 hour: 11:29AM size: <DIR> file: My Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /My Documents
1223408270 ftpfs-ls.c:264 comparing ._. My Documents
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 52
LOOKUP /mach_kernel
1223408270 ftpfs.c:348 dir_path: /mach_kernel ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
< 250 CWD command successful.
> PASV
* unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
Connect data stream passively
unique: 0, error: 0 (Unknown error: 0), outsize: 96
< 227 Entering Passive Mode (172,17,16,66,8,184).
* Trying 172.17.16.66... * connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2232
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
> unique: 0, error: 0 (Unknown error: 0), outsize: 96
LIST -a
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408270 ftpfs.c:298 read_data: 359
1223408270 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
1223408270 ftpfs-ls.c:150 date: 10-06-08 hour: 01:37PM size: <DIR> file: .FileSync
1223408270 ftpfs-ls.c:260 cache_add_attr: /.FileSync
1223408270 ftpfs-ls.c:264 comparing mach_kernel .FileSync
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 0 file: .homeSetupDone
1223408270 ftpfs-ls.c:260 cache_add_attr: /.homeSetupDone
1223408270 ftpfs-ls.c:264 comparing mach_kernel .homeSetupDone
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 1067 file: Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /Documents
1223408270 ftpfs-ls.c:264 comparing mach_kernel Documents
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: <DIR> file: Downloads
1223408270 ftpfs-ls.c:260 cache_add_attr: /Downloads
1223408270 ftpfs-ls.c:264 comparing mach_kernel Downloads
1223408270 ftpfs-ls.c:150 date: 09-04-08 hour: 09:34AM size: 18097 file: gpresult-msc205.txt
1223408270 ftpfs-ls.c:260 cache_add_attr: /gpresult-msc205.txt
1223408270 ftpfs-ls.c:264 comparing mach_kernel gpresult-msc205.txt
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:32PM size: <DIR> file: Library
1223408270 ftpfs-ls.c:260 cache_add_attr: /Library
1223408270 ftpfs-ls.c:264 comparing mach_kernel Library
1223408270 ftpfs-ls.c:150 date: 10-07-08 hour: 11:29AM size: <DIR> file: My Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /My Documents
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 96
1223408270 ftpfs-ls.c:264 comparing mach_kernel My Documents
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 0, error: -2 (No such file or directory), outsize: 16
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 1, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 0, error: -2 (No such file or directory), outsize: 16
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 52
LOOKUP /mach_kernel
unique: 0, error: -2 (No such file or directory), outsize: 16
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 45
LOOKUP /DCIM
1223408270 ftpfs.c:348 dir_path: /DCIM ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 1, error: 0 (Unknown error: 0), outsize: 96
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 1, error: 0 (Unknown error: 0), outsize: 96
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 2, error: 0 (Unknown error: 0), outsize: 96
< 250 CWD command successful.
> PASV
* Connect data stream passively
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 2, error: 0 (Unknown error: 0), outsize: 96
< 227 Entering Passive Mode (172,17,16,66,8,185).
* Trying 172.17.16.66... * connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2233
> LIST -a
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 1, error: 0 (Unknown error: 0), outsize: 96
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408270 unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40
ftpfs.c:298 unique: 2, error: 0 (Unknown error: 0), outsize: 96
read_data: 359
1223408270 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
1223408270 ftpfs-ls.c:150 date: 10-06-08 hour: 01:37PM size: <DIR> file: .FileSync
1223408270 unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
ftpfs-ls.c:260 unique: 1, error: 0 (Unknown error: 0), outsize: 96
cache_add_attr: /.FileSync
1223408270 ftpfs-ls.c:264 comparing DCIM .FileSync
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 0 file: .homeSetupDone
1223408270 ftpfs-ls.c:260 cache_add_attr: /.homeSetupDone
1223408270 ftpfs-ls.c:264 comparing DCIM .homeSetupDone
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 1067 file: Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /Documents
1223408270 ftpfs-ls.c:264 comparing DCIM Documents
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: <DIR> file: Downloads
1223408270 ftpfs-ls.c:260 cache_add_attr: /Downloads
1223408270 ftpfs-ls.c:264 comparing DCIM Downloads
1223408270 ftpfs-ls.c:150 date: 09-04-08 hour: 09:34AM size: 18097 file: gpresult-msc205.txt
1223408270 ftpfs-ls.c:260 cache_add_attr: /gpresult-msc205.txt
1223408270 ftpfs-ls.c:264 comparing DCIM gpresult-msc205.txt
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:32PM size: <DIR> file: Library
1223408270 ftpfs-ls.c:260 cache_add_attr: /Library
1223408270 ftpfs-ls.c:264 comparing DCIM Library
1223408270 ftpfs-ls.c:150 date: 10-07-08 hour: 11:29AM size: <DIR> file: My Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /My Documents
1223408270 ftpfs-ls.c:264 comparing DCIM My Documents
unique: 0, error: -2 (No such file or directory), outsize: 16
unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 2, error: -2 (No such file or directory), outsize: 16
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 0, error: -2 (No such file or directory), outsize: 16
unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 52
LOOKUP /mach_kernel
unique: 2, error: -2 (No such file or directory), outsize: 16
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 50
LOOKUP /.DS_Store
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40
1223408270 unique: 2, error: 0 (Unknown error: 0), outsize: 96
ftpfs.c:348 dir_path: /.DS_Store ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
< 250 CWD command successful.
> PASV
* Connect data stream passively
< 227 Entering Passive Mode (172,17,16,66,8,186).
* Trying 172.17.16.66... * connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2234
> LIST -a
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408270 ftpfs.c:298 read_data: 359
1223408270 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
1223408270 ftpfs-ls.c:150 date: 10-06-08 hour: 01:37PM size: <DIR> file: .FileSync
1223408270 ftpfs-ls.c:260 cache_add_attr: /.FileSync
1223408270 ftpfs-ls.c:264 comparing .DS_Store .FileSync
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 0 file: .homeSetupDone
1223408270 ftpfs-ls.c:260 cache_add_attr: /.homeSetupDone
1223408270 ftpfs-ls.c:264 comparing .DS_Store .homeSetupDone
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 1067 file: Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /Documents
1223408270 ftpfs-ls.c:264 comparing .DS_Store Documents
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: <DIR> file: Downloads
1223408270 ftpfs-ls.c:260 cache_add_attr: /Downloads
1223408270 ftpfs-ls.c:264 comparing .DS_Store Downloads
1223408270 ftpfs-ls.c:150 date: 09-04-08 hour: 09:34AM size: 18097 file: gpresult-msc205.txt
1223408270 ftpfs-ls.c:260 cache_add_attr: /gpresult-msc205.txt
1223408270 ftpfs-ls.c:264 comparing .DS_Store gpresult-msc205.txt
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:32PM size: <DIR> file: Library
1223408270 ftpfs-ls.c:260 cache_add_attr: /Library
1223408270 ftpfs-ls.c:264 comparing .DS_Store Library
1223408270 ftpfs-ls.c:150 date: 10-07-08 hour: 11:29AM size: <DIR> file: My Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /My Documents
1223408270 ftpfs-ls.c:264 comparing .DS_Store My Documents
unique: 0, error: -2 (No such file or directory), outsize: 16
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 44
LOOKUP /._.
unique: 2, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 56
LOOKUP /.Spotlight-V100
1223408270 ftpfs.c:348 dir_path: /.Spotlight-V100 ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
< 250 CWD command successful.
> PASV
* Connect data stream passively
< 227 Entering Passive Mode (172,17,16,66,8,187).
* Trying 172.17.16.66... * connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2235
> LIST -a
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408270 ftpfs.c:298 read_data: 359
1223408270 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
1223408270 ftpfs-ls.c:150 date: 10-06-08 hour: 01:37PM size: <DIR> file: .FileSync
1223408270 ftpfs-ls.c:260 cache_add_attr: /.FileSync
1223408270 ftpfs-ls.c:264 comparing .Spotlight-V100 .FileSync
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 0 file: .homeSetupDone
1223408270 ftpfs-ls.c:260 cache_add_attr: /.homeSetupDone
1223408270 ftpfs-ls.c:264 comparing .Spotlight-V100 .homeSetupDone
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 1067 file: Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /Documents
1223408270 ftpfs-ls.c:264 comparing .Spotlight-V100 Documents
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: <DIR> file: Downloads
1223408270 ftpfs-ls.c:260 cache_add_attr: /Downloads
1223408270 ftpfs-ls.c:264 comparing .Spotlight-V100 Downloads
1223408270 ftpfs-ls.c:150 date: 09-04-08 hour: 09:34AM size: 18097 file: gpresult-msc205.txt
1223408270 ftpfs-ls.c:260 cache_add_attr: /gpresult-msc205.txt
1223408270 ftpfs-ls.c:264 comparing .Spotlight-V100 gpresult-msc205.txt
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:32PM size: <DIR> file: Library
1223408270 ftpfs-ls.c:260 cache_add_attr: /Library
1223408270 ftpfs-ls.c:264 comparing .Spotlight-V100 Library
1223408270 ftpfs-ls.c:150 date: 10-07-08 hour: 11:29AM size: <DIR> file: My Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /My Documents
1223408270 ftpfs-ls.c:264 comparing .Spotlight-V100 My Documents
unique: 0, error: -2 (No such file or directory), outsize: 16
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 57
LOOKUP /Backups.backupdb
1223408270 ftpfs.c:348 dir_path: /Backups.backupdb ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
< 250 CWD command successful.
> PASV
* Connect data stream passively
< 227 Entering Passive Mode (172,17,16,66,8,188).
* Trying 172.17.16.66... * connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2236
> LIST -a
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408270 ftpfs.c:298 read_data: 359
1223408270 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
1223408270 ftpfs-ls.c:150 date: 10-06-08 hour: 01:37PM size: <DIR> file: .FileSync
1223408270 ftpfs-ls.c:260 cache_add_attr: /.FileSync
1223408270 ftpfs-ls.c:264 comparing Backups.backupdb .FileSync
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 0 file: .homeSetupDone
1223408270 ftpfs-ls.c:260 cache_add_attr: /.homeSetupDone
1223408270 ftpfs-ls.c:264 comparing Backups.backupdb .homeSetupDone
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 1067 file: Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /Documents
1223408270 ftpfs-ls.c:264 comparing Backups.backupdb Documents
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: <DIR> file: Downloads
1223408270 ftpfs-ls.c:260 cache_add_attr: /Downloads
1223408270 ftpfs-ls.c:264 comparing Backups.backupdb Downloads
1223408270 ftpfs-ls.c:150 date: 09-04-08 hour: 09:34AM size: 18097 file: gpresult-msc205.txt
1223408270 ftpfs-ls.c:260 cache_add_attr: /gpresult-msc205.txt
1223408270 ftpfs-ls.c:264 comparing Backups.backupdb gpresult-msc205.txt
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:32PM size: <DIR> file: Library
1223408270 ftpfs-ls.c:260 cache_add_attr: /Library
1223408270 ftpfs-ls.c:264 comparing Backups.backupdb Library
1223408270 ftpfs-ls.c:150 date: 10-07-08 hour: 11:29AM size: <DIR> file: My Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /My Documents
1223408270 ftpfs-ls.c:264 comparing Backups.backupdb My Documents
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 50
LOOKUP /.DS_Store
unique: 2, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 62
LOOKUP /.metadata_never_index
1223408270 ftpfs.c:348 dir_path: /.metadata_never_index ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
< 250 CWD command successful.
> PASV
* Connect data stream passively
< 227 Entering Passive Mode (172,17,16,66,8,189).
* Trying 172.17.16.66... * connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2237
> LIST -a
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408270 ftpfs.c:298 read_data: 359
1223408270 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
1223408270 ftpfs-ls.c:150 date: 10-06-08 hour: 01:37PM size: <DIR> file: .FileSync
1223408270 ftpfs-ls.c:260 cache_add_attr: /.FileSync
1223408270 ftpfs-ls.c:264 comparing .metadata_never_index .FileSync
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 0 file: .homeSetupDone
1223408270 ftpfs-ls.c:260 cache_add_attr: /.homeSetupDone
1223408270 ftpfs-ls.c:264 comparing .metadata_never_index .homeSetupDone
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 1067 file: Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /Documents
1223408270 ftpfs-ls.c:264 comparing .metadata_never_index Documents
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: <DIR> file: Downloads
1223408270 ftpfs-ls.c:260 cache_add_attr: /Downloads
1223408270 ftpfs-ls.c:264 comparing .metadata_never_index Downloads
1223408270 ftpfs-ls.c:150 date: 09-04-08 hour: 09:34AM size: 18097 file: gpresult-msc205.txt
1223408270 ftpfs-ls.c:260 cache_add_attr: /gpresult-msc205.txt
1223408270 ftpfs-ls.c:264 comparing .metadata_never_index gpresult-msc205.txt
1223408270 ftpfs-ls.c:150 date: 09-10-08 hour: 11:32PM size: <DIR> file: Library
1223408270 ftpfs-ls.c:260 cache_add_attr: /Library
1223408270 ftpfs-ls.c:264 comparing .metadata_never_index Library
1223408270 ftpfs-ls.c:150 date: 10-07-08 hour: 11:29AM size: <DIR> file: My Documents
1223408270 ftpfs-ls.c:260 cache_add_attr: /My Documents
1223408270 ftpfs-ls.c:264 comparing .metadata_never_index My Documents
unique: 0, error: -2 (No such file or directory), outsize: 16
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 57
LOOKUP /Backups.backupdb
unique: 1, error: -2 (No such file or directory), outsize: 16
unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 57
LOOKUP /Backups.backupdb
unique: 2, error: -2 (No such file or directory), outsize: 16
unique: 0, opcode: GETATTR (3), nodeid: 1, insize: 40
unique: 0, error: 0 (Unknown error: 0), outsize: 116
unique: 1, opcode: OPENDIR (27), nodeid: 1, insize: 48
unique: 1, error: 0 (Unknown error: 0), outsize: 32
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40
unique: 2, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: READDIR (28), nodeid: 1, insize: 64
1223408278 ftpfs.c:318 ftpfs_getdir: ftp://stest:testing@files:49152/
* Couldn't find host files in the .netrc file, using defaults
* Re-using existing connection! (#0) with host files
* Connected to files (172.17.16.66) port 49152 (#0)
> CWD /
< 250 CWD command successful.
> PASV
* Connect data stream passively
< 227 Entering Passive Mode (172,17,16,66,8,190).
* Trying 172.17.16.66... * connected
* Connecting to 172.17.16.66 (172.17.16.66) port 2238
> LIST -a
< 125 Data connection already open; Transfer starting.
* Maxdownload = -1
1223408278 ftpfs.c:298 read_data: 359
1223408278 ftpfs.c:299 10-06-08 01:37PM <DIR> .FileSync
09-10-08 11:24PM 0 .homeSetupDone
09-10-08 11:24PM 1067 Documents
09-10-08 11:24PM <DIR> Downloads
09-04-08 09:34AM 18097 gpresult-msc205.txt
09-10-08 11:32PM <DIR> Library
10-07-08 11:29AM <DIR> My Documents
< 226 Transfer complete.
* Connection #0 to host files left intact
1223408278 ftpfs-ls.c:150 date: 10-06-08 hour: 01:37PM size: <DIR> file: .FileSync
1223408278 ftpfs-ls.c:257 filler: .FileSync
1223408278 ftpfs-ls.c:264 comparing (null) .FileSync
1223408278 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 0 file: .homeSetupDone
1223408278 ftpfs-ls.c:257 filler: .homeSetupDone
1223408278 ftpfs-ls.c:264 comparing (null) .homeSetupDone
1223408278 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: 1067 file: Documents
1223408278 ftpfs-ls.c:257 filler: Documents
1223408278 ftpfs-ls.c:264 comparing (null) Documents
1223408278 ftpfs-ls.c:150 date: 09-10-08 hour: 11:24PM size: <DIR> file: Downloads
1223408278 ftpfs-ls.c:257 filler: Downloads
1223408278 ftpfs-ls.c:264 comparing (null) Downloads
1223408278 ftpfs-ls.c:150 date: 09-04-08 hour: 09:34AM size: 18097 file: gpresult-msc205.txt
1223408278 ftpfs-ls.c:257 filler: gpresult-msc205.txt
1223408278 ftpfs-ls.c:264 comparing (null) gpresult-msc205.txt
1223408278 ftpfs-ls.c:150 date: 09-10-08 hour: 11:32PM size: <DIR> file: Library
1223408278 ftpfs-ls.c:257 filler: Library
1223408278 ftpfs-ls.c:264 comparing (null) Library
1223408278 ftpfs-ls.c:150 date: 10-07-08 hour: 11:29AM size: <DIR> file: My Documents
1223408278 ftpfs-ls.c:257 filler: My Documents
1223408278 ftpfs-ls.c:264 comparing (null) My Documents
unique: 0, error: 0 (Unknown error: 0), outsize: 296
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 50
LOOKUP /.FileSync
NODEID: 2
unique: 1, error: 0 (Unknown error: 0), outsize: 140
unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 55
LOOKUP /.homeSetupDone
NODEID: 3
unique: 2, error: 0 (Unknown error: 0), outsize: 140
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 50
LOOKUP /Documents
NODEID: 4
unique: 0, error: 0 (Unknown error: 0), outsize: 140
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 50
LOOKUP /Downloads
NODEID: 5
unique: 1, error: 0 (Unknown error: 0), outsize: 140
unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 60
LOOKUP /gpresult-msc205.txt
NODEID: 6
unique: 2, error: 0 (Unknown error: 0), outsize: 140
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 48
LOOKUP /Library
NODEID: 7
unique: 0, error: 0 (Unknown error: 0), outsize: 140
unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 53
LOOKUP /My Documents
NODEID: 8
unique: 1, error: 0 (Unknown error: 0), outsize: 140
unique: 2, opcode: READDIR (28), nodeid: 1, insize: 64
unique: 2, error: 0 (Unknown error: 0), outsize: 16
unique: 0, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
unique: 0, error: 0 (Unknown error: 0), outsize: 16
Andrew Zirkel
2008-10-08
I'm using a windows 2003 server. The listing style has to be set to Unix (On the home directory tab).
Next is directory listing style setting is not listed for AD user isolation sites (which is where a user logs in and is rooted and limited to their home directory defined in Active Directory. That's not a curlftpfs issue, but if anyone has insight I'd appreciate it.