Hello
I want to get a list of files in Dropbox by "rclone ls" command.
I tried "rclone ls Remote:Path >> localpath\filename.txt" command on Windows Powershell, but it was garbled. (The file name is Japanese)
I also tried "rclone ls Remote:Path | Out-File -Encoding UTF8 localpath\filename.txt", but the result was same.
Is there anyone who knows how to get the list of files by "rclone ls" command?
Thank you