CentOS-5.6 fuse-2.7.4-8.el5 fuse-curlftpfs-0.9.1-1.el5.rf
I am trying to mount an ftp connection as a local file system using fuse and curlftpfs. I can connect to the remote system (an HP3000 running MPEiX 7.5) and the directory seems to mount but I cannot use it. What I get is an Input/output error:
$ curlftpfs -v hahp3k01.harte-lyne.ca tmp/hp3000 * About to connect() to hahp3k01.harte-lyne.ca port 21 * Trying 192.168.1.102... * connected * Connected to hahp3k01.harte-lyne.ca (192.168.1.102) port 21 < 220 HP ARPA FTP Server [A0012H15] (C) Hewlett-Packard Co. 2000 [PASV SUPPORT]
USER FTPUSER.HARTLYNE
< 331 Password required for FTPUSER.HARTLYNE. Syntax: userpass,acctpass
PASS xxxxxxxxxx
< 230 User logged on
PWD
< 257 "/HARTLYNE/CADEXJOB" is the current directory. * Entry path is '/HARTLYNE/CADEXJOB' * Connection #0 to host hahp3k01.harte-lyne.ca left intact $ $ ll tmp/hp3000 ls: reading directory tmp/hp3000: Input/output error total 0
Is this a problem with fusermount, curlftpfs the ftp server on the Hp3000 or something else?
Suggestions as to what is wrong and how I can get this to work are most welcome.
From: James B. Byrne byrnejb@harte-lyne.ca
CentOS-5.6 fuse-2.7.4-8.el5 fuse-curlftpfs-0.9.1-1.el5.rf I am trying to mount an ftp connection as a local file system using fuse and curlftpfs. I can connect to the remote system (an HP3000 running MPEiX 7.5) and the directory seems to mount but I cannot use it. What I get is an Input/output error:
I guess you tested a manual ftp and it works? Random thought: tried disable_epsv in curlftpfs? ftpfs_debug would tell more about the error maybe. Or fuse options -d -o debug...
JD