Mount FTP servers on Linux as folder
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!
0 Comments