CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl.
CurlFtpFS diferentiates itself from other FTP filesystems because it features SSLv3 and TLSv1 support, connecting through tunneling HTTP proxies, automatically reconnection if the server times out, transform absolute symlinks to point back into the ftp file system, and additional options.
CurlFtpFS diferentiates itself from other FTP filesystems because it features SSLv3 and TLSv1 support, connecting through tunneling HTTP proxies, automatically reconnection if the server times out, transform absolute symlinks to point back into the ftp file system, and additional options.
To install curlftpfs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install curlftpfs
To see what files were installed by curlftpfs, run:
port contents curlftpfs
To later upgrade curlftpfs, run:
sudo port selfupdate && sudo port upgrade curlftpfs
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.