

CurlFtpFS
1 like
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl. It is the simplest and very convenient way to work with remote FTP sites. No special FTP GUI apps is necessary and credentials can be stored in Netrc file.
Cost / License
- Free
- Open Source
Alerts
- Discontinued
Platforms
- Mac
- Linux
Discontinued
This project has been obsoleted by LUFS - UserLand FileSystem which besides ftpfs supports sshfs and some others. Please use the new implementation. https://sourceforge.net/projects/lufs/
Features
- Command line interface
- Custom file system
- Filesystem
- Support for FTP
Tags
CurlFtpFS News & Activities
Highlights All activities
Recent activities
No activities found.
CurlFtpFS information
Featured in Lists
A list with 20 apps by amolenaar without a description.
List by amolenaar with 20 apps, updated
What is CurlFtpFS?
CurlFtpFS differentiates 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
- REST command support for partial file transfers



Comments and Reviews
I have been using Filezilla and gFTP but it's actually unnecessary to use GUI apps on proper systems with FUSE support! Now I can use any browser/editor and work with remote files over FTP like it was in a local folder.
CurlFtpfs must not be used anymore… prefer simply the must-have Rclone.
It support many cloud providers and... of course FTP protocol :)
Use the « mount » option for mount the FTP to a local directory, exactly like CurlFtpFS. And… Rclone can handle VFS Cache Mode… Don’t forget to add --vfs-cache-mode writes for fix the potential issue with read/writes buffer ;)