Replace Special Char with encoded one

does anyone know how can i use Local Filesystem

Restricted characters

With the local backend, restrictions on the characters that are usable in file or directory names depend on the operating system. To check what rclone will replace by default on your system, run rclone help flags local-encoding.

i tried using
rclone help flags local-encoding and got error

Usage:
rclone help flags [] [flags]

Flags:
-h, --help help for flags

Global Flags:

Backend Flags:

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.

rclone version
C:\Users\User2\Desktop\Rclone>rclone version
rclone v1.58.1

  • os/version: Microsoft Windows Server 2019 Standard 1809 (64 bit)
  • os/kernel: 10.0.17763.2928 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.17.9
  • go/linking: dynamic
  • go/tags: cmount

See:

Local Filesystem (rclone.org)

It's asking you to run:

rclone help flags

and you can see the flags.

oh ok got it
so i have to use ```
--onedrive-encoding MultiEncoder

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