Install curlftpfs package : Red Hat,CentOS, Fedora
[root@server]# yum install curlftpfs
Debian,Ubuntu
[root@server]# apt-get install curlftpfs
Example mount ftp folder to linux where is :
mirror.karneval.cz
/mnt/ftp_karneval
[root@server]# curlftpfs user_name:password@mirror.karneval.cz /mnt/ftp_karneval
To automate mounting add this line to /etc/fstab file
:
curlftpfs mirror.karneval.cz /mnt/ftp_karneval fuse rw,auto 0 0