Skip to main content

SOLVED: Mount FTP Servers on Centos as Folder Solution

Mount FTP servers on Linux as folder

3 Replies

Mounting FTP server as folders on Linux is easy!

Start out by installing the CurlFtpFS package. On CentOS this is done by:


1


yum install curlftpfs

(Requires the EPEL repo)

To mount, simply invoke invoke


1


curlftpfs ftp://user:password@example.com /mnt/ftp_mounted

That’s it!