blob: 5a0f48b27f131c4f76cdc4c3ce705200b20ccafb (
plain)
1
2
3
4
5
6
7
8
9
|
CurlFtpFS is a file system for accessing FTP hosts based on FUSE and libcurl.
Features
CurlFtpFS differentiates itself from other FTP file systems 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
|