What is the problem you are having with rclone?
I am trying to use Rclone to index an open directory.
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0
- os/version: darwin 13.6.7 (64 bit)
- os/kernel: 22.6.0 (x86_64)
- os/type: darwin
- os/arch: amd64
- go/version: go1.22.1
- go/linking: dynamic
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
http open directory
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone lsl --http-url http://195.154.235.161:8888/ :http: --format "pst" --csv
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
I'm not Not using config - I am running the rclone command inline
A log from the command that you were trying to run with the -vv
flag
rclone lsl --http-url http://195.154.235.161:8888/ :http: --format "pst" --csv -vv
Error: unknown flag: --format
I am new to Rclone and I'm sure I'm making a simple error but I can't figure it out and some guidance would be appreciated.
I also tried the alternative http inline method but that didn't work either
rclone lsl :http,url='http://195.154.235.161:8888': --format "pst" --csv