How do you move file to Amazon Cloud Drive?

How do you

  1. upload local files to ACD
  2. if file already existed in acd(checksum verify), delete local file
  3. if file are successfully uploaded(checksum verify), delete local file

Here are the command that I currently use.
rclone move --checksum --transfers 24 C:\cipher acd:encfs

My local files that i want to upload are 300gb. It is as if it doesnt work as i expected. Currently using the latest rclone.

I would like to know, what is the best command for uploading/moving files to acd.

Thanks.

That’s pretty much it. What exactly do you see happening?

Its working now. After days of not working properly. Probably problem on Amazon side.

Thanks.