Mounting FTP server as folders on Linux is easy!
Start out by installing the CurlFtpFS package. On CentOS this is done by:
yum install curlftpfs
(Requires the EPEL repo)
To mount, simply invoke invoke
curlftpfs ftp://user:password@example.com /mnt/ftp_mounted
That’s it!