Flags added to folder name instead of being used as flags

What is the problem you are having with rclone?

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

rclone v1.61.1

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

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

I am using my ftp server

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

rclone copy "ultra:/downloads/rtorrent/Girls und Panzer" "C:/Users/Weepi/Downloads/Girls und Panzer/" --transfers 1 --progress

When i run the command above in stead of setting the amount of transfers to 1 and display the progress it would just add the the tags --transfers 1 --progress to the folder Girls und Panzer instead. please help

hello and welcome to the forum,

the issue could be the /"

might try
"C:/Users/Weepi/Downloads/Girls und Panzer"
"C:\Users\Weepi\Downloads\Girls und Panzer"

if that does not work, then run the command with -vv and post the exact command and full output from the terminal.

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