michaelogrant / macfusion

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

Dvico TViX M4000 Media server | FTPFS | server mounts | files are not visible | you do not have sufficient privileges | Terminal FTP and Transmit are OK #177

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I can mount an FTP server and it appears on my desktop
2. I cannot see any of the files on the FTP server, or write anything to the 
server. I can connect to 
the FTP server via ftp from the terminal, and via Transmit, see all the 
necessary files and put/get 
files OK.

What is the expected output? What do you see instead?
When trying to write anything to the FTP server, I get the error 'You do not 
have sufficient 
privileges'. I would be expecting to see a number of files and folders, but 
cannot see anything 

What version of the product are you using? On what operating system?
MacFusion 1.1, MacFuse Core 0.3.0, 
I have also tried it with MacFuse Core 0.4.0 and the version of Macfusion that 
has been modified 
to work with it. I have the same problems.
Mac OSX 10.4.9

Please provide any additional information below.
The FTP server has a number of 'disks', partitions really, which can be 
connected to. When 
connecting via terminal, I can navigate top any one of these using cd disk1, 
for example.
I have tried putting /disk1 in the Server Path, but this is no more successful. 
I have also tried 
putting more specific paths in to see if this helps - it doesn't

Original issue reported on code.google.com by goo...@revolution34.com on 7 Jun 2007 at 4:57

GoogleCodeExporter commented 8 years ago
See also: 

MacFusion issue 159
<http://code.google.com/p/macfusion/issues/detail?id=159>

MacFusion issue 170 
<http://code.google.com/p/macfusion/issues/detail?id=170> 
and preceding and overlapping conversation in the Group. 

Original comment by grahampe...@gmail.com on 7 Jun 2007 at 6:00

GoogleCodeExporter commented 8 years ago
> I have tried putting /disk1 in the Server Path, but this is no more 
successful. 

Can you elaborate? 

ls -l 
if you can, please, for both types of attempt; 
a) without specifying a path in MacFusion
b) with a specific path. 

Original comment by grahampe...@gmail.com on 7 Jun 2007 at 6:06

GoogleCodeExporter commented 8 years ago
If I navigate to /Volumes/TViX, 

ls -l produces no output for either of the scenarios.

Original comment by goo...@revolution34.com on 7 Jun 2007 at 6:37

GoogleCodeExporter commented 8 years ago
What kind of server is this? Can I have anonymous access to it?

I suspect that the listing format may be different from what curlftpfs expects. 
Can
you somehow grab the contents that the ftp server returns when you do a LIST?

Original comment by robsonbr...@gmail.com on 7 Jun 2007 at 7:14

GoogleCodeExporter commented 8 years ago
It's a Dvico TViX M4000 Media server, and they don't give anonymous access yet 
- there's just one username in 
the firmware. I'm happy to open the firewall up and let you access it but not 
on this forum - mail me at anything 
at my domain name.

I'm going to need more instruction on LIST - apologies, I'm really a Mac person 
with very basic unix and FTP 
knowledge. Have tried mounting the volume, navigating to /Volumes/TViX, then 
typing LIST, which gives me 
'Command Not Found'. Also tried FTPing from Terminal and got Invalid Command, 
so not sure what else to try.

Original comment by goo...@revolution34.com on 7 Jun 2007 at 11:50

GoogleCodeExporter commented 8 years ago
I had a similar problem (similar symptoms) with an SSHFS connection. For me the 
issue was resolved by using the 
defer_auth option in MacFUSE 0.4.0. 

Re MacFusion issue 178 
<http://code.google.com/p/macfusion/issues/detail?id=178> 
forthcoming version 1.2 of MacFusion will make it easier to specify options 
such as defer_auth for FTP 
connections. 

Original comment by grahampe...@gmail.com on 17 Jun 2007 at 11:20

GoogleCodeExporter commented 8 years ago
Thanks Graham - is there a way for me to use this option in the meantime with 
MacFuse 1.1 or would you 
recommend hanging on?

Original comment by goo...@revolution34.com on 17 Jun 2007 at 5:13

GoogleCodeExporter commented 8 years ago
If you're happy working from the command line, please follow the routine at 
<http://paste.lisp.org/display/42913/raw>.

(If you like, you can annotate that paste; 
<http://paste.lisp.org/display/42913>.)

Original comment by grahampe...@gmail.com on 17 Jun 2007 at 7:56

GoogleCodeExporter commented 8 years ago
> please follow the routine at 

Sorry, to view the routine: 

<http://paste.lisp.org/display/42913/>
Display As 
text/html
OK

Original comment by grahampe...@gmail.com on 17 Jun 2007 at 7:59

GoogleCodeExporter commented 8 years ago
Hi, have followed that and made annotations.

I've successfully mounted my server as mf177, which I think is what's supposed 
to happen, but am still getting 
the same behaviour as when I mount it via MacFusion - can't see any contents or 
write to anything.

Original comment by goo...@revolution34.com on 17 Jun 2007 at 8:18

GoogleCodeExporter commented 8 years ago
Re <http://code.google.com/p/macfusion/wiki/CHANGELOG> and 
<http://code.google.com/p/macfusion/issues/detail?id=178>

Builds based on revision 267 or later from Subversion should offer a GUI for 
advanced options for CurFtpFS 
(FTP) connections. 

A suitable nightly build is now available at 
<http://code.google.com/p/macfusion/downloads/list>. 

Whilst the nightly build may not resolve the issue for you, it will make it 
easier for you to help us debug. 

We should draw this issue to the attention of the the CurlFtpFS developer. 

Regards
Graham

Original comment by grahampe...@gmail.com on 18 Jun 2007 at 7:29

GoogleCodeExporter commented 8 years ago
> A suitable nightly build is now available at 
> <http://code.google.com/p/macfusion/downloads/list>. 

My build was wrong, I have deleted it from the list of downloads — sorry. 

A proper build will be made available in due course.

Original comment by grahampe...@gmail.com on 18 Jun 2007 at 8:23

GoogleCodeExporter commented 8 years ago
It would be great if MacFusion was able to run curlftpfs with -d -v -o 
ftpfs_debug=10
and save the logs. That would help me a lot.

Original comment by robsonbr...@gmail.com on 18 Jun 2007 at 12:30

GoogleCodeExporter commented 8 years ago
Agreed, Robson. I'll aim to have a proper build of MacFusion (from Subversion) 
within a few hours, to include the 
GUI field for the options.

Original comment by grahampe...@gmail.com on 18 Jun 2007 at 1:22

GoogleCodeExporter commented 8 years ago
revolution34 and Robson:

At <http://code.google.com/p/macfusion/downloads/list> you'll find a nightly 
build that should suit your 
current requirements. 

Original comment by grahampe...@gmail.com on 18 Jun 2007 at 9:57

GoogleCodeExporter commented 8 years ago
Thanks a lot, Graham. But to solve this specific issue, I'll need you to include
curlftpfs 0.9.1 instead of 0.9. The latest version can print the output of the 
ftp
server which I think is the problem here.

Original comment by robsonbr...@gmail.com on 18 Jun 2007 at 10:58

GoogleCodeExporter commented 8 years ago
<http://ircbrowse.com/channel/macfusion/20070619#hour01>

Original comment by grahampe...@gmail.com on 19 Jun 2007 at 12:03

GoogleCodeExporter commented 8 years ago
Cool, now we have a new version. revolution34:
Can you add the following to the extra options
-o ftpfs_debug=3 -d -v
and send me the output of the MacFusion log after you get this error?

Original comment by robsonbr...@gmail.com on 22 Jun 2007 at 12:44

GoogleCodeExporter commented 8 years ago
revolution34: you might like to wait until 
after we have resolved or explained new MacFusion issue 210
<http://code.google.com/p/macfusion/issues/detail?id=210>. 

(A few users, myself included, have issues with authenticated FTP in MacFusion 
1.2 Beta 1.)

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

GoogleCodeExporter commented 8 years ago
revolution34: 

1) Please try MacFusion 1.2 Beta 2 with MacFUSE 0.4.0. For the affected 
favourite, specify Extra Options (Advanced):

-o defer_auth

2) If the defer_auth option does not resolve the issue for you (it seems that 
we tried this once already, from the command line) then please specify a 
_different_ set of options:

-o ftpfs_debug=3 -d -v

and after observing the issue, you can copy the debug information from the 
MacFusion Log window. 

(You can, if you like, paste such things to 
<http://paste.lisp.org/new/macfusion> then let us know the URL that relates to 
the paste; these things are also logged for future reference at 
<http://ircbrowse.com/channel/macfusion/>.)

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

GoogleCodeExporter commented 8 years ago
The first set of options do not resolve the issue. The filesystem mounts but I 
can neither see the contents of the 
disk or write to it.

When I try the second set of options, MacFusion tells me that the filesystem 
has mounted, but I get a Finder error 
telling me "There was a timeout waiting for the file system to respond You can 
eject this volume immediately but 
unsaved changes will be lost". This takes down Finder until I unmount the file 
system or do a force eject.

Original comment by goo...@revolution34.com on 30 Jun 2007 at 9:12

GoogleCodeExporter commented 8 years ago
MacFusion nightly 20070627 revision 279 
will more properly respond to 
-o ftpfs_debug=3 -d -v

Sorry for any confusion!

Original comment by grahampe...@gmail.com on 1 Jul 2007 at 9:52

GoogleCodeExporter commented 8 years ago
That's mounting OK now.

I mounted the filesystem and tried to copy a couple of files to it, 
unsuccessfully.

here's the output

MacFusion Core: MacFuse version 0.4.0 detected OK
MacFusion Core: Loaded FTPFS filesystem from org.mgorbach.MacFusion.FTPFS
MacFusion Core: Loaded SSHFS filesystem from org.mgorbach.MacFusion.SSHFS
TViX: Enter host password for user 'tvixftp': 
TViX: * Couldn't find host 10.0.1.3 in the .netrc file, using defaults * About 
to connect() to 10.0.1.3 port 21 
(#0) *   Trying 10.0.1.3... 
TViX: * 
TViX: connected 
TViX: * 
TViX: Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) 
TViX: < 
TViX: 220-Local time is now 13:42

TViX: < 
TViX: 220 You will be disconnected after 1800 seconds of inactivity.

TViX: > 
TViX: USER tvixftp

TViX: < 
TViX: 331 User tvixftp OK.  Password required.

TViX: > 
TViX: PASS 9039FF

TViX: < 
TViX: 230 OK.  Current directory is /

TViX: > 
TViX: PWD

TViX: < 
TViX: 257 "/"

TViX: * 
TViX: Entry path is '/' 
TViX: > 
TViX: CWD disk1

TViX: < 
TViX: 250 Changed to /disk1

TViX: * 
TViX: Remembering we are in dir disk1/ 
TViX: * 
TViX: Connection #0 to host 10.0.1.3 left intact 
TViX: kextload: /System/Library/Filesystems/fusefs.fs/Support/fusefs.kext 
loaded successfully 
TViX: unique: 0, opcode: INIT (26), nodeid: 0, insize: 56 
TViX: INIT: 7.8 flags=0x00000000 max_readahead=0x00100000 
TViX:    INIT: 7.8    flags=0x00000000    max_readahead=0x00100000    
max_write=0x00020000 
TViX:    unique: 0, error: 0 (Unknown error: 0), outsize: 40 
TViX: unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40 
TViX:    unique: 0, error: 0 (Unknown error: 0), outsize: 96 
TViX: 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 
 1183293735 ftpfs.c:348 
dir_path: / ftp://10.0.1.3/disk1/ * Couldn't find host 10.0.1.3 in the .netrc 
file, using defaults * Re-using 
existing connection! (#0) with host 10.0.1.3 * Connected to 10.0.1.3 (10.0.1.3) 
port 21 (#0) * Request has 
same path as previous transfer > PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,0)
 *   Trying 10.0.1.3... * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1024 > TYPE A
 < 200 TYPE is now ASCII
 > LIST -a
 < 150 Accepted data connection from 10.0.1.2:49619
 * Maxdownload = -1  1183293735 ftpfs.c:298 read_data: 2   1183293735 ftpfs.c:299 .   1183293735 
ftpfs.c:298 read_data: 68   1183293735 ftpfs.c:299 .. DTV_REC Movies System 
Volume Information TV Series 
schedule.data  * Remembering we are in dir disk1/ < 226 7 matches total
 * Connection #0 to host 10.0.1.3 left intact    unique: 0, error: 0 (Unknown error: 0), outsize: 112 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: 2, 
opcode: STATFS (17), nodeid: 1, insize: 40    unique: 2, error: 0 (Unknown 
error: 0), outsize: 96 unique: 3, 
opcode: STATFS (17), nodeid: 1, insize: 40    unique: 3, error: 0 (Unknown 
error: 0), outsize: 96 
TViX: Mount OK
TViX: 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 
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: 2, opcode: STATFS (17), nodeid: 1, insize: 40    unique: 2, error: 0 
(Unknown error: 0), outsize: 96 
TViX: unique: 3, opcode: STATFS (17), nodeid: 1, insize: 40 
TViX:    unique: 3, error: 0 (Unknown error: 0), outsize: 96 
TViX: unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40 
TViX:    unique: 0, error: 0 (Unknown error: 0), outsize: 96 
TViX: unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 57 
TViX: LOOKUP /.VolumeIcon.icns 
TViX:    NODEID: 2 
TViX:    unique: 1, error: 0 (Unknown error: 0), outsize: 136 
TViX: unique: 2, opcode: OPEN (14), nodeid: 2, insize: 48 
TViX: OPEN[0] flags: 0x0 
TViX:    unique: 2, error: 0 (Unknown error: 0), outsize: 32 
TViX: unique: 3, opcode: READ (15), nodeid: 2, insize: 64 
TViX: READ[0] 61770 bytes from 0 
TViX:    READ[0] 61770 bytes 
TViX:    unique: 3, error: 0 (Unknown error: 0), outsize: 61786 
TViX: unique: 0, opcode: FLUSH (25), nodeid: 2, insize: 64 
TViX: FLUSH[0] 
TViX:    unique: 0, error: 0 (Unknown error: 0), outsize: 16 
TViX: unique: 1, opcode: RELEASE (18), nodeid: 2, insize: 64 
TViX: RELEASE[0] flags: 0x0 
TViX:    unique: 1, error: 0 (Unknown error: 0), outsize: 16 
TViX: unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 59 
TViX: LOOKUP /._.VolumeIcon.icns 
TViX:  
TViX: 1183293735 
TViX: ftpfs.c:348 
TViX: dir_path: /._.VolumeIcon.icns ftp://10.0.1.3/disk1/ 
TViX: * 
TViX: Couldn't find host 10.0.1.3 in the .netrc file, using defaults 
TViX: * 
TViX: Re-using existing connection! (#0) with host 10.0.1.3 
TViX: * 
TViX: Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) 
TViX: * 
TViX: Request has same path as previous transfer 
TViX: > 
TViX: PASV

TViX: * 
TViX: Connect data stream passively 
TViX: < 
TViX: 227 Passive mode OK (10,0,1,3,4,1)

TViX: * 
TViX:   Trying 10.0.1.3... 
TViX: * 
TViX: connected 
TViX: * 
TViX: Connecting to 10.0.1.3 (10.0.1.3) port 1025 
TViX: > 
TViX: LIST -a

TViX: < 
TViX: 150 Accepted data connection from 10.0.1.2:49620

TViX: * 
TViX: Maxdownload = -1 
TViX:  
TViX: 1183293735 
TViX: ftpfs.c:298 
TViX: read_data: 70 
TViX:  
TViX:  
TViX: 1183293735 
TViX: ftpfs.c:299 
TViX: . .. DTV_REC Movies System Volume Information TV Series schedule.data  
TViX: * 
TViX: Remembering we are in dir disk1/ 
TViX: < 
TViX: 226 7 matches total

TViX: * 
TViX: Connection #0 to host 10.0.1.3 left intact 
TViX:    unique: 2, error: -2 (No such file or directory), outsize: 16 
TViX: unique: 3, opcode: STATFS (17), nodeid: 1, insize: 40 
TViX:    unique: 3, error: 0 (Unknown error: 0), outsize: 96 
TViX: unique: 0, opcode: GETATTR (3), nodeid: 1, insize: 40 
TViX:    unique: 0, error: 0 (Unknown error: 0), outsize: 112 
TViX: unique: 1, opcode: OPENDIR (27), nodeid: 1, insize: 48 
TViX:    unique: 1, error: 0 (Unknown error: 0), outsize: 32 
TViX: unique: 2, opcode: READDIR (28), nodeid: 1, insize: 64 
TViX: 1183293743 
TViX: ftpfs.c:318 
TViX: ftpfs_getdir: ftp://10.0.1.3/disk1/ 
TViX: * 
TViX: Couldn't find host 10.0.1.3 in the .netrc file, using defaults 
TViX: * 
TViX: Re-using existing connection! (#0) with host 10.0.1.3 
TViX: * 
TViX: Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) 
TViX: * 
TViX: Request has same path as previous transfer 
TViX: > 
TViX: PASV

TViX: * 
TViX: Connect data stream passively 
TViX: < 
TViX: 227 Passive mode OK (10,0,1,3,4,2)

TViX: * 
TViX:   Trying 10.0.1.3... 
TViX: * 
TViX: connected 
TViX: * 
TViX: Connecting to 10.0.1.3 (10.0.1.3) port 1026 
TViX: > 
TViX: LIST -a

TViX: < 
TViX: 150 Accepted data connection from 10.0.1.2:49621

TViX: * 
TViX: Maxdownload = -1 
TViX:  
TViX: 1183293743 
TViX: ftpfs.c:298 
TViX: read_data: 70 
TViX:  
TViX:  
TViX: 1183293743 
TViX: ftpfs.c:299 
TViX: . .. DTV_REC Movies System Volume Information TV Series schedule.data  
TViX: * 
TViX: Remembering we are in dir disk1/ 
TViX: < 
TViX: 226 7 matches total

TViX: * 
TViX: Connection #0 to host 10.0.1.3 left intact 
TViX:    unique: 2, error: 0 (Unknown error: 0), outsize: 16 
TViX: unique: 3, opcode: RELEASEDIR (29), nodeid: 1, insize: 64 
TViX:    unique: 3, error: 0 (Unknown error: 0), outsize: 16 
TViX: unique: 0, opcode: GETATTR (3), nodeid: 1, insize: 40 
TViX:    unique: 0, error: 0 (Unknown error: 0), outsize: 112 
TViX: unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 50 
TViX: LOOKUP /.DS_Store 
TViX:  
TViX: 1183293743 
TViX: ftpfs.c:348 
TViX: dir_path: /.DS_Store ftp://10.0.1.3/disk1/ 
TViX: * 
TViX: Couldn't find host 10.0.1.3 in the .netrc file, using defaults 
TViX: * 
TViX: Re-using existing connection! (#0) with host 10.0.1.3 
TViX: * 
TViX: Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) 
TViX: * 
TViX: Request has same path as previous transfer 
TViX: > 
TViX: PASV

TViX: * 
TViX: Connect data stream passively 
TViX: < 
TViX: 227 Passive mode OK (10,0,1,3,4,3)

TViX: * 
TViX:   Trying 10.0.1.3... 
TViX: * 
TViX: connected 
TViX: * 
TViX: Connecting to 10.0.1.3 (10.0.1.3) port 1027 
TViX: > 
TViX: LIST -a

TViX: < 
TViX: 150 Accepted data connection from 10.0.1.2:49622

TViX: * 
TViX: Maxdownload = -1 
TViX:  
TViX: 1183293743 
TViX: ftpfs.c:298 
TViX: read_data: 2 
TViX:  
TViX:  
TViX: 1183293743 
TViX: ftpfs.c:299 
TViX: .  
TViX:  
TViX: 1183293743 
TViX: ftpfs.c:298 
TViX: read_data: 68 
TViX:  
TViX:  
TViX: 1183293743 ftpfs.c:299 .. DTV_REC Movies System Volume Information TV 
Series schedule.data  * 
Remembering we are in dir disk1/ < 226 7 matches total
 * Connection #0 to host 10.0.1.3 left intact    unique: 1, error: -2 (No such file or directory), outsize: 16 
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40    unique: 2, error: 0 
(Unknown error: 0), outsize: 96 
unique: 3, opcode: GETATTR (3), nodeid: 2, insize: 40    unique: 3, error: 0 
(Unknown error: 0), outsize: 112 
unique: 0, opcode: OPEN (14), nodeid: 2, insize: 48 OPEN[0] flags: 0x0    
unique: 0, error: 0 (Unknown error: 
0), outsize: 32 unique: 1, opcode: FLUSH (25), nodeid: 2, insize: 64 FLUSH[0]   
 unique: 1, error: 0 (Unknown 
error: 0), outsize: 16 unique: 2, opcode: RELEASE (18), nodeid: 2, insize: 64 
RELEASE[0] flags: 0x0    unique: 2, 
error: 0 (Unknown error: 0), outsize: 16 unique: 3, opcode: LOOKUP (1), nodeid: 
1, insize: 59 
LOOKUP /._.VolumeIcon.icns    unique: 3, 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 
TViX: unique: 1, opcode: LOOKUP (1), nodeid: 1, insize: 50 
TViX: LOOKUP /.DS_Store 
TViX:    unique: 1, error: -2 (No such file or directory), outsize: 16 
TViX: unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 40    unique: 2, 
error: 0 (Unknown error: 0), outsize: 
112 
TViX: unique: 3, opcode: LOOKUP (1), nodeid: 1, insize: 50 LOOKUP /.DS_Store    
unique: 3, 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 
TViX: unique: 1, opcode: GETATTR (3), nodeid: 1, insize: 40 
TViX:    unique: 1, error: 0 (Unknown error: 0), outsize: 112 
TViX: unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40 
TViX:    unique: 2, error: 0 (Unknown error: 0), outsize: 96 unique: 3, opcode: 
LOOKUP (1), nodeid: 1, insize: 
47 LOOKUP /Jekyll  1183293793 ftpfs.c:348 dir_path: /Jekyll 
ftp://10.0.1.3/disk1/ * Couldn't find host 
10.0.1.3 in the .netrc file, using defaults * Re-using existing connection! 
(#0) with host 10.0.1.3 * Connected 
to 10.0.1.3 (10.0.1.3) port 21 (#0) * Request has same path as previous 
transfer > PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,4)
 *   Trying 10.0.1.3... * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1028 > LIST -a

TViX: < 150 Accepted data connection from 10.0.1.2:49623
 * Maxdownload = -1  1183293793 ftpfs.c:298 read_data: 2   1183293793 ftpfs.c:299 .   1183293793 
ftpfs.c:298 read_data: 68   1183293793 ftpfs.c:299 .. DTV_REC Movies System 
Volume Information TV Series 
schedule.data  * Remembering we are in dir disk1/ < 226 7 matches total
 * Connection #0 to host 10.0.1.3 left intact    unique: 3, error: -2 (No such file or directory), outsize: 16 
unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 47 LOOKUP /Jekyll    unique: 
0, error: -2 (No such file or 
directory), outsize: 16 unique: 1, opcode: MKDIR (9), nodeid: 1, insize: 55 
MKDIR /Jekyll * Couldn't find host 
10.0.1.3 in the .netrc file, using defaults * Re-using existing connection! 
(#0) with host 10.0.1.3 * Connected 
to 10.0.1.3 (10.0.1.3) port 21 (#0) * Request has same path as previous 
transfer * Remembering we are in dir 
disk1/ > MKD Jekyll

TViX: < 
TViX: 257 MKD command successful.
 * Connection #0 to host 10.0.1.3 left intact  1183293793 ftpfs.c:348 dir_path: /Jekyll ftp://10.0.1.3/disk1/ * 
Couldn't find host 10.0.1.3 in the .netrc file, using defaults * Re-using 
existing connection! (#0) with host 
10.0.1.3 * Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) * Request has same 
path as previous transfer > PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,5)
 *   Trying 10.0.1.3... * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1029 > LIST -a
 < 150 Accepted data connection from 10.0.1.2:49624
 * Maxdownload = -1  1183293793 ftpfs.c:298 read_data: 2   1183293793 ftpfs.c:299 .   1183293793 
ftpfs.c:298 read_data: 51   1183293793 ftpfs.c:299 .. DTV_REC Jekyll Movies 
System Volume Information   
1183293793 ftpfs.c:298 read_data: 24   1183293793 ftpfs.c:299 TV Series 
schedule.data  * Remembering we 
are in dir disk1/ < 226 8 matches total
 * Connection #0 to host 10.0.1.3 left intact    unique: 1, error: -2 (No such file or directory), outsize: 16 
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 40  1183293793 ftpfs.c:348 
dir_path: / ftp://10.0.1.3/
disk1/ * Couldn't find host 10.0.1.3 in the .netrc file, using defaults * 
Re-using existing connection! (#0) with 
host 10.0.1.3 * Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) * Request has 
same path as previous transfer > 
PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,6)
 *   Trying 10.0.1.3... * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1030 > LIST -a
 < 150 Accepted data connection from 10.0.1.2:49625
 * Maxdownload = -1  1183293793 ftpfs.c:298 read_data: 2   1183293793 ftpfs.c:299 .   1183293793 
ftpfs.c:298 read_data: 61   1183293793 ftpfs.c:299 .. DTV_REC Jekyll Movies 
System Volume Information TV 
Series   1183293793 ftpfs.c:298 read_data: 14   1183293793 ftpfs.c:299 
schedule.data  * Remembering we 
are in dir disk1/ < 226 8 matches total
 * Connection #0 to host 10.0.1.3 left intact    unique: 2, error: 0 (Unknown error: 0), outsize: 112 unique: 3, 
opcode: STATFS (17), nodeid: 1, insize: 40    unique: 3, 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 
TViX: unique: 1, opcode: GETATTR (3), nodeid: 1, insize: 40 
TViX:    unique: 1, error: 0 (Unknown error: 0), outsize: 112 unique: 2, 
opcode: STATFS (17), nodeid: 1, insize: 
40    unique: 2, error: 0 (Unknown error: 0), outsize: 96 unique: 3, opcode: 
LOOKUP (1), nodeid: 1, insize: 53 
LOOKUP /IMG_2063.JPG  1183293841 ftpfs.c:348 dir_path: /IMG_2063.JPG 
ftp://10.0.1.3/disk1/ * Couldn't 
find host 10.0.1.3 in the .netrc file, using defaults * Re-using existing 
connection! (#0) with host 10.0.1.3 * 
Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) * Request has same path as 
previous transfer > PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,7)
 *   Trying 10.0.1.3... * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1031 > LIST -a
 < 150 Accepted data connection from 10.0.1.2:49626
 * Maxdownload = -1  1183293841 ftpfs.c:298 read_data: 2   1183293841 ftpfs.c:299 .   1183293841 
ftpfs.c:298 read_data: 51   1183293841 ftpfs.c:299 .. DTV_REC Jekyll Movies 
System Volume Information   
1183293841 ftpfs.c:298 read_data: 24   1183293841 ftpfs.c:299 TV Series 
schedule.data  * Remembering we 
are in dir disk1/ < 226 8 matches total
 * Connection #0 to host 10.0.1.3 left intact    unique: 3, error: -2 (No such file or directory), outsize: 16 
TViX: unique: 0, opcode: LOOKUP (1), nodeid: 1, insize: 53 LOOKUP /IMG_2063.JPG 
   unique: 0, error: -2 (No 
such file or directory), outsize: 16 unique: 1, opcode: CREATE (35), nodeid: 1, 
insize: 61    unique: 1, error: 
-78 (Function not implemented), outsize: 16 unique: 2, opcode: MKNOD (8), 
nodeid: 1, insize: 61 MKNOD /
IMG_2063.JPG 
TViX: * Couldn't find host 10.0.1.3 in the .netrc file, using defaults * 
Re-using existing connection! (#0) with 
host 10.0.1.3 * Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) * Request has 
same path as previous transfer > 
PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,8)
 *   Trying 10.0.1.3... * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1032 > TYPE I
 < 200 TYPE is now 8-bit binary
 > STOR IMG_2063.JPG
 < 150 Accepted data connection from 10.0.1.2:49627
 * Connection died, retrying a fresh connect * Remembering we are in dir disk1/ < 226-File written 
successfully
 < 226 680689.0 Mbytes free disk space
 > QUIT
 < 221 Goodbye.  You uploaded 0 and downloaded 0 kbytes.
 * Closing connection #0 * Issue another request to this URL: 'ftp://10.0.1.3/disk1/IMG_2063.JPG' * Couldn't 
find host 10.0.1.3 in the .netrc file, using defaults * About to connect() to 
10.0.1.3 port 21 (#0) *   Trying 
10.0.1.3... * connected * Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) 
TViX: < 
TViX: 220-Local time is now 13:43
 < 220 You will be disconnected after 1800 seconds of inactivity.
 > USER tvixftp
 < 331 User tvixftp OK.  Password required.
 > PASS 9039FF
 < 230 OK.  Current directory is /
 > PWD
 < 257 "/"
 * Entry path is '/' > CWD disk1

TViX: < 250 Changed to /disk1
 > PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,9)
 *   Trying 10.0.1.3... * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1033 > TYPE I
 < 200 TYPE is now 8-bit binary
 > STOR IMG_2063.JPG
 < 150 Accepted data connection from 10.0.1.2:49629
 * Remembering we are in dir disk1/ < 226-File written successfully
 < 226 680689.0 Mbytes free disk space
 * Connection #0 to host 10.0.1.3 left intact  1183293842 ftpfs.c:348 dir_path: /IMG_2063.JPG ftp://
10.0.1.3/disk1/ * Couldn't find host 10.0.1.3 in the .netrc file, using 
defaults * Re-using existing connection! 
(#0) with host 10.0.1.3 * Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) * 
Request has same path as previous 
transfer > PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,10)
 *   Trying 10.0.1.3... * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1034 > TYPE A
 < 200 TYPE is now ASCII
 > LIST -a
 < 150 Accepted data connection from 10.0.1.2:49630
 * Maxdownload = -1  1183293842 ftpfs.c:298 read_data: 2   1183293842 ftpfs.c:299 .   1183293842 
ftpfs.c:298 read_data: 38   1183293842 ftpfs.c:299 .. DTV_REC IMG_2063.JPG 
Jekyll Movies   1183293842 
ftpfs.c:298 read_data: 50   1183293842 ftpfs.c:299 System Volume Information TV 
Series schedule.data  * 
Remembering we are in dir disk1/ < 226 9 matches total
 * Connection #0 to host 10.0.1.3 left intact    unique: 2, error: -2 (No such file or directory), outsize: 16 
unique: 3, opcode: GETATTR (3), nodeid: 1, insize: 40  1183293842 ftpfs.c:348 
dir_path: / ftp://10.0.1.3/
disk1/ * Couldn't find host 10.0.1.3 in the .netrc file, using defaults * 
Re-using existing connection! (#0) with 
host 10.0.1.3 * Connected to 10.0.1.3 (10.0.1.3) port 21 (#0) * Request has 
same path as previous transfer > 
PASV
 * Connect data stream passively < 227 Passive mode OK (10,0,1,3,4,11)
 *   Trying 10.0.1.3... 
TViX: * connected * Connecting to 10.0.1.3 (10.0.1.3) port 1035 > LIST -a
 < 150 Accepted data connection from 10.0.1.2:49631
 * Maxdownload = -1  1183293842 ftpfs.c:298 read_data: 2   1183293842 ftpfs.c:299 .   1183293842 
ftpfs.c:298 read_data: 88   1183293842 ftpfs.c:299 .. DTV_REC IMG_2063.JPG 
Jekyll Movies System Volume 
Information TV Series schedule.data  * Remembering we are in dir disk1/ < 226 9 
matches total
 * Connection #0 to host 10.0.1.3 left intact    unique: 3, error: 0 (Unknown error: 0), outsize: 112 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 

Original comment by goo...@revolution34.com on 1 Jul 2007 at 12:45

GoogleCodeExporter commented 8 years ago
Actually, it looks like it TRIED to put the files I transferred, but they're 
both appearing as 0kb

Original comment by goo...@revolution34.com on 1 Jul 2007 at 12:53

GoogleCodeExporter commented 8 years ago
From the log I can see that your FTP server returns only the filenames when we 
do a
LIST -a. That's why the ftp filesystem is confused. It expects a full listing, 
like
what you see when you do a ls -l in your command line. What kind of server is 
this?

Original comment by robsonbr...@gmail.com on 1 Jul 2007 at 3:48

GoogleCodeExporter commented 8 years ago
> Dvico TViX M4000 Media server

At <http://www.fnac.com/Shelf/comments_list.asp?PRID=1926107> someone comments:

> Le serveur FTP intégré est très instable...

Original comment by grahampe...@gmail.com on 1 Jul 2007 at 4:23

GoogleCodeExporter commented 8 years ago
I used Google to translate another comment: 

> It is not a disc network but a good multi-media product

> In the other direction, to reach the disc, it will be necessary to use
> waiter ftp but noted slowness (5 minutes for some photographs!) will
> not allow to make transfers PC towards the disc without spending the
> night to supervise unfolding.

Original comment by grahampe...@gmail.com on 1 Jul 2007 at 4:29

GoogleCodeExporter commented 8 years ago
 If it helps, I get about 900 KB/s over wireless when using terminal, about twice that over Ethernet...

Original comment by goo...@revolution34.com on 1 Jul 2007 at 5:35

GoogleCodeExporter commented 8 years ago
The problem is with the server listing of files. Do you have a intel mac? If 
so, I
can easily generate another curlftpfs binary for you to test.

Original comment by robsonbr...@gmail.com on 2 Jul 2007 at 4:04

GoogleCodeExporter commented 8 years ago
I'm afraid not - I'm on a PowerBook G4...

Original comment by goo...@revolution34.com on 2 Jul 2007 at 4:38

GoogleCodeExporter commented 8 years ago
I have an intel mac, and a similar TViX M4100 SH I would be happy to help.

Original comment by felix.b...@gmail.com on 11 Jul 2007 at 6:11

GoogleCodeExporter commented 8 years ago
Cross-reference MacFusion issue 226 
<http://code.google.com/p/macfusion/issues/detail?id=226>.

Original comment by grahampe...@gmail.com on 13 Jul 2007 at 6:12

GoogleCodeExporter commented 8 years ago
I have what seems to be a very similar problem. My ftp works fine from the 
command line, except that the ftp command "ls -a" lists "." and ".." but no 
other 
invisible files. I can put dot-files and get them back, but it won't list them. 
This confuses curlftpfs so that I can't upload files in the finder: I get an 
error 
message & a zero byte file. I can see, move, download & delete files without 
trouble. I can also upload files using cp to /Volumes/ftpdisk in the terminal.

I can't get any information about which ftp server is running, except that it 
reports the remote system type as UNIX, and it is NTLworld/Virgin's standard 
user 
homepage server.

Barney.

Original comment by b.hilken...@gtempaccount.com on 17 Aug 2007 at 8:15

GoogleCodeExporter commented 8 years ago
Barney: thanks. Whilst your symptoms may be the same, as you're not using the 
Dvico TViX M4000 it may 
be best to create a separate issue. 

After doing so, please try the following Extra Options (Advanced) for the 
affected FTP connection: 

-o ftpfs_debug=3 -d -v

These options will cause debug information to be written to the MacFusion log. 

You may paste the logged information to <http://pastie.textmate.org/> but 
before doing so, please 
obscure or remove your logged password and other sensitive information. 

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

GoogleCodeExporter commented 8 years ago
I'm cognisant that this thread has been idle for half a year, but my two cents 
anyway...

The TViX4000 FTP server's response to nlist is equivalent to ls -l.
This extra information confuses many graphical ftp clients, curlftpfs and 
evidently
Macfusion.  Despite basing their product on GNU uClinux Tvico and failed to 
comply
with the GNU licence, thus inhibiting anyone from correcting bugs in their unit
including the FTP server.

Original comment by taur...@gmail.com on 8 Mar 2008 at 3:05

GoogleCodeExporter commented 8 years ago
Just an update to note that Filezilla (http://filezilla-project.org/) works 
fine with the TViX

Original comment by goo...@revolution34.com on 4 Jun 2008 at 8:03