mirror of
https://github.com/rclone/rclone.git
synced 2026-06-29 10:25:00 -04:00
A backend flag set on the command line to a value that happened to equal its default was silently ignored, letting the config file win instead. For example --sftp-user defaults to the current user, so connecting as that same user with --sftp-user=USER had no effect and caused rclone to use the value from the config file. See: https://forum.rclone.org/t/sftp-user-parsing-as-cli-argument-broken/53955