How to mount curlftpfs in fstab
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/