Mount ftp filesystems using libcurl and fuse3 https://notabug.org/g0tsu/ama
Lucy McClane e768d8f1ef disable unneeded chmod | vor 2 Jahren | |
---|---|---|
compat | vor 3 Jahren | |
doc | vor 3 Jahren | |
tests | vor 3 Jahren | |
.gitignore | vor 3 Jahren | |
LICENSE | vor 3 Jahren | |
Makefile.am | vor 3 Jahren | |
README.md | vor 2 Jahren | |
bootstrap | vor 3 Jahren | |
cache.c | vor 2 Jahren | |
cache.h | vor 3 Jahren | |
charset_utils.c | vor 3 Jahren | |
charset_utils.h | vor 3 Jahren | |
configure.ac | vor 2 Jahren | |
ftpfs-ls.c | vor 2 Jahren | |
ftpfs-ls.h | vor 3 Jahren | |
ftpfs.c | vor 2 Jahren | |
ftpfs.h | vor 3 Jahren | |
path_utils.c | vor 3 Jahren | |
path_utils.h | vor 3 Jahren |
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