mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
319b83159a
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/ Approved by: krion (mentor)
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
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/
|