curlftpfs

Mount

modprobe fuse
mkdir /mnt/ftp
curlftpfs ftp.yourserver.com /mnt/ftp/ -o user=username:password

Umount

fusermount -u /mnt/ftp
curlftpfs ftp.yourserver.com /mnt/ftp/ -o user=username:password,allow_other