Rclone serve webdav always upload 0 bytes image

What is the problem you are having with rclone?

ˇRclone serve webdav always upload 0 bytes image with filestash, a web client. Text files uploads just fine. However when using Nautilus and using davs://webdav.mydomain.com also works with images. But Finder on Mac (Sequoia) doesn’t.

I am not sure whether this is the issue with Rclone or filestash.

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

rclone v1.60.1-DEV

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-75-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: dynamic
  • go/tags: none<!-- STOP and READ:

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

webdav

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

rclone serve webdav --config=/home/xrdpuser/.config/rclone/rclone.conf --addr=localhost:8383 --baseurl=/ --no-modtime --no-checksum --htpasswd=/home/xrdpuser/.config/rclone/htpasswd --poll-interval=1m0s /home/xrdpuser/Documents/ -vv
Paste config here

A log from the command with the -vv flag

2025/09/26 13:55:00 INFO  : Iconed-App.png: Copied (new)
2025/09/26 13:55:00 INFO  : /Iconed-App.png: PUT from 127.0.0.1:41266
2025/09/26 13:55:01 INFO  : /Iconed-App.png: GET from 127.0.0.1:41266
2025/09/26 13:55:01 INFO  : /Screenshot from 2023-11-23 14-29-46.png: GET from 127.0.0.1:41266
2025/09/26 13:55:17 INFO  : /Desktop-Projects: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:17 INFO  : /Desktop-Projects/: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:19 INFO  : /: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:19 INFO  : /Desktop-Projects: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:19 INFO  : /Screenshot from 2023-11-23 14-29-46.png: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:19 INFO  : /: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:23 INFO  : /Iconed-App.png: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:24 INFO  : /Iconed-App.png: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:24 INFO  : /Iconed-App.png: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:24 INFO  : /: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:24 INFO  : /: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:24 INFO  : /Iconed-App.png: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:24 INFO  : /Iconed-App.png: PROPFIND from 127.0.0.1:41266
2025/09/26 13:55:24 INFO  : /Iconed-App.png: GET from 127.0.0.1:41266

This is ancient rclone version. And some custom build. You have to try with the latest and official release. Only then if still problem we can look into it.

Reporting bugs in years old version is waste of time:) yours and others.