blob: 2ab38d64ae57ebfc213360f735eeed7fe510eac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and
libcurl.
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
WWW: http://curlftpfs.sourceforge.net/
|