Para o protocolo FTP, você deve usar curlftpfs :
# Install curlftpfs on Debian:
apt-get install curlftpfs
# Create a folder to mount in:
mkdir /mnt/myfolder
# Mount - exchange username, password and example.com:
curlftpfs -o allow_other,user=username:password example.com /mnt/myfolder/