Help with "corrupted on transfer: "

What is the problem you are having with rclone?

Using rclone to transfer excel xlsx files from an Ubuntu server hosted on a VirtualBox to a SharePoint document folder. Copy fails with " corrupted on transfer: sizes differ 29668 vs 38987"

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

rclone v1.60.1-DEV

  • os/version: ubuntu 24.04 (64 bit)
  • os/kernel: 6.8.0-39-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.2
  • go/linking: dynamic
  • go/tags: none

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

SharePoint

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

rclone copy employee_data.xlsx redacted:ReportsFolder

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

Name                 Type
====                 ====
redacted_sharepoint  onedrive

A log from the command that you were trying to run with the -vv flag

Paste  log here

Start with installing the latest rclone.

Thanks for the reply. Still exhibiting the same issue after an update:

rclone v1.67.0

  • os/version: ubuntu 24.04 (64 bit)
  • os/kernel: 6.8.0-39-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: none

I have tried --ignore-size and --ignore-checksum and the files arrive at the SharePoint and appear to be OK.

Nice you have found the solution:)

Unfortunately it looks like this is sharepoint "feature" - Unexpected file size/hash differences on Sharepoint

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