WebDAV stress test tool aimed at testing nextCloud / ownCloud WebDAV services.
OxyDAV is useful to anyone who'd like to put stress on their WebDAV server specifically. It's not a full blown test suite but provides quite a punch in a small package.
All arguments are available using the --help
argument.
TODO: Usage Examples
You may need to install Rust. Once you have Rust installed you should have the cargo
command.
You may build OxyDAV using cargo build -r
and find the resulting binary under target/release/
. If you'd like to run it for testing use cargo run
. This will create a development build you can use to test various changes. However most use cases may be covered by the available arguments.
The underlaying webdav library provides infinite recursion but your cloud server may not. You may set recursion with the -d
flag. The default value is 1
. Infinite recursion would be triggered by -1
.