5

How can I permanently mount a remote FTP directory in fstab with curlftpfs, so it will be accessible for the common users on the machine?

I am using Linux Slackware.

user4035
  • 903

1 Answers1

6

Does this not work?

How can I make CurlFtpFS mount automatically at startup?

You can add it to /etc/fstab. Example:
  curlftpfs#ftp.host.com /mnt/host fuse rw,uid=500,user,noauto 0 0    

Reference

http://curlftpfs.sourceforge.net/