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