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