Mounting ftp host to local directory on top of FUSE
http://ubuntuforums.org/showthread.php?t=517939
sudo curlftpfs -o allow_other ftp://myusername:mypassword@ftp.mydomain.com myftpnebo do /etc/fstab
curlftpfs#user:***@my.domain.com /mnt/mydomaincom fuse rw,uid=500,user,noauto,allow_other 0 0