Software >
perhaps: http://0pointer.de/lennart/projects/fusedav/
I’ve no idea.
Requires FUSE and neon.
2007-04-10 – 0.93a ∞
install FUSE from source. I couldn’t download it from the repository, because it seemed to have been taken down finally.. well, 2007-test3 is out.. maybe that’s why.
(2017-08-20 – maybe 2007-test3 is a reference from Unity Linux)
unpack and install neon from source
export PKG_CONFIG_PATH=../neon-0.26.3/:../fuse-2.6.3 ./configure --disable-lynx && make && make install
Spoiler
fusedav.c:38:24: attr/xattr.h: No such file or directory fusedav.c: In function `dav_getxattr': fusedav.c:951: error: `ENOATTR' undeclared (first use in this function) fusedav.c:951: error: (Each undeclared identifier is reported only once fusedav.c:951: error: for each function it appears in.) fusedav.c: In function `dav_setxattr': fusedav.c:1014: error: `ENOATTR' undeclared (first use in this function) fusedav.c: In function `dav_removexattr': fusedav.c:1074: error: `ENOATTR' undeclared (first use in this function) fusedav.c: In function `main': fusedav.c:1464: warning: cast discards qualifiers from pointer target type make[2]: *** [fusedav-fusedav.o] Error 1 make[2]: Leaving directory `/home/work/User_Files/temporary/fusedav-0.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/work/User_Files/temporary/fusedav-0.2' make: *** [all] Error 2
