8000 GitHub - rgeber/oxydav: WebDAV stress tester aimed at nextCloud / ownCloud testing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ oxydav Public

WebDAV stress tester aimed at nextCloud / ownCloud testing

Notifications You must be signed in to change notification settings

rgeber/oxydav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OxyDAV

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.

Usage

All arguments are available using the --help argument.

TODO: Usage Examples

How to compile

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.

Troubleshooting

Response Code 412 & Mention of recursion

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.

About

WebDAV stress tester aimed at nextCloud / ownCloud testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0