Mount ftp filesystems using libcurl and fuse3 https://notabug.org/g0tsu/ama
Lucy McClane e768d8f1ef disable unneeded chmod | hace 2 años | |
---|---|---|
compat | hace 3 años | |
doc | hace 3 años | |
tests | hace 3 años | |
.gitignore | hace 3 años | |
LICENSE | hace 3 años | |
Makefile.am | hace 3 años | |
README.md | hace 2 años | |
bootstrap | hace 3 años | |
cache.c | hace 2 años | |
cache.h | hace 3 años | |
charset_utils.c | hace 3 años | |
charset_utils.h | hace 3 años | |
configure.ac | hace 2 años | |
ftpfs-ls.c | hace 2 años | |
ftpfs-ls.h | hace 3 años | |
ftpfs.c | hace 2 años | |
ftpfs.h | hace 3 años | |
path_utils.c | hace 3 años | |
path_utils.h | hace 3 años |
It is a fork of curlftpfs
which works with fuse3
.
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.
The requirements remain the same:
fuse3
glib-2.0
libcurl >= 7.17.0
./bootstrap
./configure
make
make install
While fixing the code I saw many things which require attention.
GPLv2