We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Such a great surprise to find that fusedav is being maintained.
I managed to compile 3.0.0 and I created configuration /etc/fusedav.conf:
[fusedav] nodaemon=true
I have a problem that my mountpoint remains empty, and that the process exits without a message when I issue the following command:
fusedav http://127.0.0.1:10000/foo /mnt/fusedav -o conf=/etc/fusedav.conf
I also tried to replace http:// with dav://.
Here is output with the -V flag enabled.
# fusedav -V fusedav version LevelDB version 1.23 libcurl/8.5.0 OpenSSL/3.1.4 zlib/1.3.1 brotli/1.1.0 c-ares/1.27.0 libidn2/2.3.4 nghttp2/1.58.0 FUSE library version: 2.9.9 fusermount version: 2.9.9 using FUSE kernel interface version 7.19
Is there anything I am overlooking and is there a way in which I can increase verbosity?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. Such a great surprise to find that fusedav is being maintained.
I managed to compile 3.0.0 and I created configuration /etc/fusedav.conf:
I have a problem that my mountpoint remains empty, and that the process exits without a message when I issue the following command:
I also tried to replace http:// with dav://.
Here is output with the -V flag enabled.
Is there anything I am overlooking and is there a way in which I can increase verbosity?
The text was updated successfully, but these errors were encountered: