Colin acf28d544e import from CVS
done by:
```sh
git cvsimport -d :pserver:anonymous@curlftpfs.cvs.sourceforge.net:/cvsroot/curlftpfs curlftpfs -C curlftpfs-git
```

please note that the CVS repo appears to lag behind the published
releases. for example, these two methods for cloning CVS both only go up
to v0_9 (not 0.9.2):
```sh
$ cvs -z3 -d:pserver:anonymous@curlftpfs.cvs.sourceforge.net:/cvsroot/curlftpfs co -P curlftpfs
$ rsync -a a.cvs.sourceforge.net::cvsroot/curlftpfs/ curlftpfs-rsync/
```
2024-03-31 22:00:20 +00:00
2006-03-11 21:31:21 +00:00
2006-02-23 19:11:56 +00:00
2006-02-23 19:11:56 +00:00
2006-02-23 19:11:56 +00:00
2006-10-02 14:37:06 +00:00
2006-02-23 19:11:56 +00:00
2006-10-02 14:36:30 +00:00
2006-02-23 19:11:56 +00:00
2006-04-13 20:16:26 +00:00
2006-02-23 19:11:56 +00:00
2006-03-11 19:00:08 +00:00

CurlFtpFS
=========

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

My motivation to start this project was to learn how to program using
Curl (http://curl.haxx.se) and Fuse (http://fuse.sourceforge.net). I
also wanted to maintain my website (http://www.golaberto.com.br) using
the tools that I was used to, like cd, mv, cp and vim.

As the FTP protocol is not very feature rich, this filesystem does not
fulfill every constraint of a real filesystem, but it should be usable
for simple tasks like copying and editing files.

Compilation and Instalation
===========================

./configure
make
make install

Usage
=====

curlftpfs <ftpsite> <mountpoint>

ex.:
curlftpfs ftp://ftp.sunet.se/ sunet/
Description
Languages
Shell 58.5%
C 25.4%
Makefile 12.9%
M4 3.2%