--ignore-case doesn't work

What is the problem you are having with rclone?

Rclone ignores the --ignore-case parameter when using --files-from. There are 975 files to transfer, but only 695 that fully match the relative path to google drive will be transferred. File names that have a case difference in the path are ignored.

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

rclone v1.69.1

  • os/version: Microsoft Windows 11 Pro 24H2 24H2 (64 bit)
  • os/kernel: 10.0.26100.6584 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.24.0
  • go/linking: static
  • go/tags: cmount

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

Google Drive

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

rclone.exe copy --files-from files.txt gdrive-test: Z:\Solid\Data --transfers=16
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 695 / 695, 100%
Elapsed time: 21.8s

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

[gdrive-test]
type = drive
client_id = XXX
scope = drive
service_account_file = C:\Temp\credentials.json
team_drive = XXX
root_folder_id = XXX

welcome to the forum,

please rclone selfupdate and test again.


the command you posted does not use --ignore-case ??


for testing, file.ext should have only one single file with the issue.
and post a full, complete debug log.

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