CurlFtpFS 0.9 review

Download
by rbytes.net on

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

License: GPL (GNU General Public License)
File size: 0K
Developer: Robson Braga Araujo
0 stars award from rbytes.net

CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl. CurlFtpFS project automatically reconnects if the server times out.

Examples:

Using CurlFtpFS is quite simple. Take a look at this example:

$ mkdir sunet
$ curlftpfs ftp://ftp.sunet.se/ sunet/
$ cd sunet/
$ ls -l
total 0
dr-xr-xr-x 3 root root 96 Feb 23 2004 bin
dr-xr-xr-x 2 root root 72 Mar 2 2004 dev
dr-xr-xr-x 2 root root 48 Feb 23 2004 etc
dr-xr-xr-x 2 root root 120 Feb 23 2004 lib
-rw-r--r-- 1 root root 622187310 Mar 11 06:13 ls-lR
-rw-r--r-- 1 root root 76389037 Mar 11 06:15 ls-lR.gz
drwxrwxr-x 37 root root 1272 Feb 27 14:17 pub
dr-xr-xr-x 3 root root 72 Feb 23 2004 usr

Requirements:
curl and libcurl
Filesystem in Userspace (Second Generation branch)

What's New in This Release:
This release adds patches to enable utf8 support and to enable chmod and chown.

CurlFtpFS 0.9 search tags