29db09bd837317c0a89aa8315f2341d2432ce5c9
this update is performed by extracting the release tarball into this directory and adding any missing files. likely some of these are not intended to be checked into the source, but only generated as part of the release process. tarball from: <https://sourceforge.net/projects/curlftpfs/files/curlftpfs/0.9.1/curlftpfs-0.9.1.tar.gz>
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%