2007年4月7日

CurlFtpFS - A FTP filesystem based on cURL and FUSE

Description

CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl.

Features

CurlFtpFS diferentiates 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

*從v0.9開始有支援utf8編碼

使用方法 =>
mount:
$ curlftpfs -o utf8 -o allow_other ftp://USERNAME:PASSWORD@HOSTNAME/ MNT_NAME/
-o utf8: Try to transfer file list with UTF-8 encoding. Send OPTS UTF8 ON at the beginning of file list transfer.
-o allow_other: Allow access to other users. By default the mount point is only accessible to the user that mounted it and not even to root.

umount:
$ fusermount -u sunet/

沒有留言:

張貼留言

lyhcode by lyhcode
歡迎轉載,請務必註明出處!