Input/ouput erros with working with IIS WebDAV

What is the problem you are having with rclone?

I can't read some files in root and inside folders. The IIS logs return 404 error and so does rclone. You can see rclone log at attachment.

Run the command 'rclone version' and share the full output of the command.

rclone v1.59.1

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-47-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.18.5
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

WebDAV (other)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

no rclone commands. Only linux command "cat" . Also I tried "Gnome commander" and had the same problems with some files. But also another files could be read in any of this programs.

The rclone config contents with secrets removed.

[work.docs]
type = webdav
url = http://my.url.dot.com:123
vendor = other
user = someuser
pass = cryptedpass
encoding = None

A log from the command with the -vv flag

[rclone.log](https://gist.github.com/avmaksimov/68235ce8be029d7e125bfc97e6c34e0f)

This looks like it might be rate limiting.

Try adding --tpslimit 10 and see if that improves things.

Thank you for the answer. I have the same problem:

cat ~/work.docs/test
cat: /home/andrei/work.docs/test: Input/output error
But:
cat ~/work.docs/test.txt
sss

I don't understand why some files can be read normally and others not.

And BTW: I have no problem on Windows when I use WinSCP.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.