Mounting FTP shares with FUSE
Installation
Install curlftpfs, edit your /etc/fstab file and add at its end:
curlftpfs#user:secretpassword@host/path/to/dir /path/to/mount/point fuse rw,uid=500,user,auto 0 0
Problem fixes
If you get somes problems, there are two main fixes:
- add your user to the
fusegroup - get the
/usr/bin/fusermountfile executable
# adduser $USER fuse
Disconnect and reconnect your user to take effect.
# chmod +x /usr/bin/fusermount
Unknown user
@38.107.191.100
Initial author: olivier
Last modification date: February the 18th, 2009 by olivier.