What is the problem you are having with rclone?
"Is it normal for there to be a significant difference in running speed (from MB to KB) when using the copy and move commands in rclone without the -v parameter compared to when using it with the -v parameter? I am using the Windows operating system."
Run the command 'rclone version' and share the full output of the command.
D:\rclone>rclone.exe move C:\test/aaa D:\test -v --progress --create-empty-src-dirs
D:\rclone>rclone.exe move C:\test/aaa D:\test --progress --create-empty-src-dirs
Which cloud storage system are you using? (eg Google Drive)
local
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
``` D:\rclone>rclone.exe move C:\test/aaa D:\test -v --progress --create-empty-src-dirs
D:\rclone>rclone.exe move C:\test/aaa D:\test --progress --create-empty-src-dirs