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