I am mounting a webdav share using davfs2. The same folder is mounted on two different virtual machines running Debian stable using davfs2. All options are identical (use locks 0 is set on both). The first machine works smoothly. On the second machine I can view the share and I can also create and edit very small files. For example
$ touch test
$ echo '123' > test
will create the file. Anything bigger (larger than 14 kilobyte) fails to upload. Looking through the syslog I can see that davfs does a PUT request but then I get
Aborted request (-2): Could not read status line
Request ends, status 0 class 0xx, error line:#012Could not read status line: connection timed out
I do not have access to the webdav server but it is an owncloud version 10.0.10 installation.
I get the same behavior when using rclone instead of davfs2, so the problem is not specific to davfs2