diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-25 13:03:32 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-25 13:03:32 +0000 |
commit | 319b83159a2a256cae4443571d440a795def33c9 (patch) | |
tree | 759fded23d5e4baa92307879926edbee8f5567f8 /sysutils/Makefile | |
parent | c69e9adf00304f57fb5edbb312d13043e519fcb2 (diff) |
Adding sysutils/fusefs-curlftpfs:
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)
Notes
Notes:
svn path=/head/; revision=163363
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cba3122a4f68..c3952732e47b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -177,6 +177,7 @@ SUBDIR += freqsdwn SUBDIR += fsbackup SUBDIR += ftrace + SUBDIR += fusefs-curlftpfs SUBDIR += fusefs-kmod SUBDIR += fusefs-libs SUBDIR += fusefs-sshfs |