FTP File System is a Linux kernel module that transparently implements the file transfer protocol under the VFS layer. It enables the "mounting" of FTP volumes locally, and offers the full advantage of local file ops for remote FTP-based resources.
| Licenses | GPL |
|---|
Recent releases


Changes: Fixed an off-by-one bug.


Changes: A timeout bug has been fixed.


Changes: Active mode support, automount/autofs integration, and updates for compatibility with the latest kernels.


Changes: This release introduces uid/gid, file_mask/dir_mask options and some small bugfixes.


Changes: Multiple mounts and ^C bugs have been fixed.
- All comments
Recent commentssftp
What about sftpfs ?
Re: DAVfs Next?
> WebDAV (http://www.webdav.org/) is
> simply
> wonderful. I wonder if being able to
> "mount" a DAV
> store from and HTTP server
Already possible. See http://dav.sourceforge.net -
i.e. davfs for Linux :-)
DAVfs Next?
WebDAV (http://www.webdav.org/) is simply
wonderful. I wonder if being able to "mount" a DAV
store from and HTTP server and then doing fileops
syncs, updates, etc. on it would be the right user
"metaphor" .. in some ways DAV would almost become
like NFS (!?)