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