Rclone external config list files

Dear,

I would like to set external config and execute command with Hosting Server with one command,
How do you do that?

What is your rclone version (output from rclone version)

v1.51

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 19.04; GoogleDrive

I try this command, it's doesn't works:

rclone --config="/home/computerjames/Desktop/build/rclone.conf" config file -v ls SyncFilesRemoteDrive:HostFiles

I get this error

     Command file needs 0 arguments maximum: you provided 2 non flag arguments: ["ls" "SyncFilesRemoteDrive:HostFiles"]

Thank you.

Remove that and just use:

rclone --config="/home/computerjames/Desktop/build/rclone.conf" -v ls SyncFilesRemoteDrive:HostFiles

@Animosity022 Thank you.

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