Download List

專案描述

CurlFtpFS is a filesystem for accessing FTP hosts
based on FUSE and libcurl. It features SSL
support, connecting through tunneling HTTP
proxies, and automatically reconnecting if the
server times out.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-23 14:36
0.5

The SSLv2 option was removed because it's
insecure. Options to choose SSL level were added.
A warning was added for old libcurl versions that
try to connect even to hosts that don't support
SSL. The cacert description was corrected. An
option to not verify the host with SSL was added.
The libcurl version checking was changed to
runtime. Blocks and blocksize in getattr were set
to make the du program work.
標籤: Minor feature enhancements

2006-03-19 07:50
0.4

This version adds lots of options that were
already present in libcurl. This makes CurlFtpFS
work with SSL, tunneling HTTP proxies, and much
more. It also fixes a bug when mounting a
subdirectory instead of the FTP root.
標籤: Major feature enhancements

2006-03-15 15:14
0.3

A bug which occurred when the server sent a
"total" line with the listings was corrected. An
option to not use EPSV was added. Better detection
of libcurl was implemented.
標籤: Minor bugfixes

2006-03-12 12:05
0.2

A bug concerning files with spaces in the name was
solved. Usage information and README file were
added.
標籤: Minor bugfixes

Project Resources