source: FTPfs/curlftpfs-0.9.1/README @ 10

Last change on this file since 10 was 10, checked in by zsjheng, 16 years ago
File size: 787 bytes
Line 
1CurlFtpFS
2=========
3
4CurlFtpFS is a filesystem for acessing ftp hosts based on FUSE and
5libcurl. It automatically reconnects if the server times out.
6
7My motivation to start this project was to learn how to program using
8Curl (http://curl.haxx.se) and Fuse (http://fuse.sourceforge.net). I
9also wanted to maintain my website (http://www.golaberto.com.br) using
10the tools that I was used to, like cd, mv, cp and vim.
11
12As the FTP protocol is not very feature rich, this filesystem does not
13fulfill every constraint of a real filesystem, but it should be usable
14for simple tasks like copying and editing files.
15
16Compilation and Instalation
17===========================
18
19./configure
20make
21make install
22
23Usage
24=====
25
26curlftpfs <ftpsite> <mountpoint>
27
28ex.:
29curlftpfs ftp://ftp.sunet.se/ sunet/
Note: See TracBrowser for help on using the repository browser.