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
Steps: Git clone. cd tamperdav npm install mkdir dav vim config.json { "path": "dav", "no-auth-warning": false, "username": "REMOVED", "password": "REMOVED", "port": "7000", "host": "localhost", "max-cursors": 512, "open-in-editor": "vim", "meta-touch": true, "debug": true } ./tamperdav.sh sudo mount -t davfs http://localhost:7000 /mnt/webdav
The text was updated successfully, but these errors were encountered:
Please investigate the sent requests with "--debug" set. How does the log look like? What requests are made? What is the request that fails?
Sorry, something went wrong.
No branches or pull requests
Steps:
Git clone.
cd tamperdav
npm install
mkdir dav
vim config.json
{
"path": "dav",
"no-auth-warning": false,
"username": "REMOVED",
"password": "REMOVED",
"port": "7000",
"host": "localhost",
"max-cursors": 512,
"open-in-editor": "vim",
"meta-touch": true,
"debug": true
}
./tamperdav.sh
sudo mount -t davfs http://localhost:7000 /mnt/webdav
The text was updated successfully, but these errors were encountered: