Unknown user @38.107.191.100

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:

  1. add your user to the fuse group
  2. get the /usr/bin/fusermount file executable
 
 # adduser $USER fuse

Disconnect and reconnect your user to take effect.

 
 # chmod +x /usr/bin/fusermount

Initial author: olivier Last modification date: February the 18th, 2009 by olivier.