Rclone Tree Output to Markup or HTML

What is the problem you are having with rclone?

Output of Rclone tree command to file (e.g. SomeDirectoryOutput.rtf) works. We would like to output that command to Markup or HTML.

What is your rclone version (output from rclone version)

latest

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

rclone v1.52.2

  • os/arch: darwin/amd64
  • go version: go1.14.4

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

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

Paste command here

The rclone config contents with secrets removed.

rclone tree RemoteName:/SomeDirectory > SomeDirectoryOutput.rft (would like Markup or HTML Output)

A log from the command with the -vv flag

N/A

You could use json and parse that way:

https://rclone.org/commands/rclone_lsjson/

Thanks - That's helpful!

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