What is the problem you are having with rclone?
how to use chunk transfer (to avoid cloudflare 100M upload size limit) between rclone serve webdav
and rclone copy
Run the command 'rclone version' and share the full output of the command.
hewo@archlinux /v/lib [2]> rclone --version
rclone v1.69.0
- os/version: arch (64 bit)
- os/kernel: 6.12.10-arch1-1 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.4
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
rclone serve webdav
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone serve
----------------
hewo@archlinux ~/迅雷下载 [SIGINT]> rclone serve webdav . --addr :2052 -vvv
2025/01/22 17:15:55 DEBUG : rclone: Version "v1.69.0" starting with parameters ["rclone" "serve" "webdav" "." "--addr" ":2052" "-vvv"]
2025/01/22 17:15:55 DEBUG : Creating backend with remote "."
2025/01/22 17:15:55 DEBUG : Using config file from "/home/hewo/.config/rclone/rclone.conf"
2025/01/22 17:15:55 DEBUG : fs cache: renaming cache item "." to be canonical "/home/hewo/迅雷下载"
2025/01/22 17:15:55 INFO : Local file system at /home/hewo/迅雷下载: poll-interval is not supported by this remote
2025/01/22 17:15:55 NOTICE: Local file system at /home/hewo/迅雷下载: WebDav Server started on [http://[::]:2052/]
2025/01/22 17:16:16 INFO : //Linux就是这个范儿.pdf: PROPFIND from [xxxxxxxxxx]:40808
2025/01/22 17:19:21 INFO : //Linux就是这个范儿.pdf: DELETE from [xxxx]:62816
2025/01/22 17:19:22 INFO : //Linux就是这个范儿.pdf: PROPFIND from [xxxx]:62816
rclone client
----------------
hm@archlinux ~/.c/rclone> rclone -vvv copy ~/Downloads/Linux就是这个范儿.pdf arch:/ --chunker-chunk-size 10M
2025/01/22 17:16:15 DEBUG : rclone: Version "v1.69.0" starting with parameters ["rclone" "-vvv" "copy" "/home/hm/Downloads/Linux就是这个范儿.pdf" "arch:/" "--chunker-chunk-size" "10M"]
2025/01/22 17:16:15 DEBUG : Creating backend with remote "/home/hm/Downloads/Linux就是这个范儿.pdf"
2025/01/22 17:16:15 DEBUG : Using config file from "/home/hm/.config/rclone/rclone.conf"
2025/01/22 17:16:15 DEBUG : fs cache: renaming child cache item "/home/hm/Downloads/Linux就是这个范儿.pdf" to be canonical for parent "/home/hm/Downloads"
2025/01/22 17:16:15 DEBUG : Creating backend with remote "arch:/"
2025/01/22 17:16:15 DEBUG : found headers:
2025/01/22 17:16:15 DEBUG : fs cache: renaming cache item "arch:/" to be canonical "arch:"
2025/01/22 17:16:17 DEBUG : Linux就是这个范儿.pdf: Need to transfer - File not found at Destination
2025/01/22 17:16:17 DEBUG : Linux就是这个范儿.pdf: Update will use the normal upload strategy (no chunks)
2025/01/22 17:17:15 INFO :
Transferred: 44.715 MiB / 187.652 MiB, 24%, 1.248 MiB/s, ETA 1m54s
Transferred: 0 / 1, 0%
Elapsed time: 58.5s
Transferring:
* Linux就是这个范儿.pdf: 23% /187.652Mi, 1.248Mi/s, 1m54s
2025/01/22 17:18:15 INFO :
Transferred: 120.277 MiB / 187.652 MiB, 64%, 1.222 MiB/s, ETA 55s
Transferred: 0 / 1, 0%
Elapsed time: 1m58.5s
Transferring:
* Linux就是这个范儿.pdf: 64% /187.652Mi, 1.222Mi/s, 55s
2025/01/22 17:19:15 INFO :
Transferred: 185.902 MiB / 187.652 MiB, 99%, 1.017 MiB/s, ETA 1s
Transferred: 0 / 1, 0%
Elapsed time: 2m58.5s
Transferring:
* Linux就是这个范儿.pdf: 99% /187.652Mi, 1.017Mi/s, 1s
2025/01/22 17:19:22 ERROR : Linux就是这个范儿.pdf: Failed to copy: <html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>cloudflare</center>
</body>
</html>: 413 Request Entity Too Large
2025/01/22 17:19:22 ERROR : Attempt 1/3 failed with 1 errors and: <html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>cloudflare</center>
</body>
</html>: 413 Request Entity Too Large
2025/01/22 17:19:22 DEBUG : Linux就是这个范儿.pdf: Need to transfer - File not found at Destination
2025/01/22 17:19:22 DEBUG : Linux就是这个范儿.pdf: Update will use the normal upload strategy (no chunks)
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
hm@archlinux ~/.c/rclone> cat rclone.conf
[arch]
type = webdav
url = http://xxx.xxxx.com:2052
vendor = rclone