How to mount a remote FTP folder on Centos Stream 9?
I used to use curlftpfs
on Centos 7 to mount remote FTP folders locally, but on Centos Stream 9, curlftpfs is not available. I checked the sourceforge and it seems that curlftpfs has not been updated since 2008. Now the question is:
- Is there any way to install curlftpfs on Centos Stream 9?
# yum install curlftpfs
Last metadata expiration check: 0:47:33 ago on Thu 16 Jun 2022 01:07:17 AM +03.
No match for argument: curlftpfs
Error: Unable to find a match: curlftpfs
- If no, any alternative for curlftpfs which can be used on Centos Stream 9?
Read more here: Source link