Mount ftp filesystems using libcurl and fuse3 https://notabug.org/g0tsu/ama
|
3 vuotta sitten | |
---|---|---|
compat | 3 vuotta sitten | |
doc | 3 vuotta sitten | |
tests | 3 vuotta sitten | |
.gitignore | 3 vuotta sitten | |
LICENSE | 3 vuotta sitten | |
Makefile.am | 3 vuotta sitten | |
README.md | 3 vuotta sitten | |
bootstrap | 3 vuotta sitten | |
cache.c | 3 vuotta sitten | |
cache.h | 3 vuotta sitten | |
charset_utils.c | 3 vuotta sitten | |
charset_utils.h | 3 vuotta sitten | |
configure.ac | 3 vuotta sitten | |
ftpfs-ls.c | 3 vuotta sitten | |
ftpfs-ls.h | 3 vuotta sitten | |
ftpfs.c | 3 vuotta sitten | |
ftpfs.h | 3 vuotta sitten | |
path_utils.c | 3 vuotta sitten | |
path_utils.h | 3 vuotta sitten |
It is a fork of curlftpfs
which works with fuse3
... somehow.
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.
netware
filesystemThe original author wrote about problems with editing files using
some editors. I've tried to edit some files using vim
and can confirm it,
there is the problem.
GPLv2