Newly create files/folders aren't shown in rclone serve http

What is the problem you are having with rclone?

I'm using rclone serve http --addr 127.0.0.1:9000 . command to serve my local files on http, but the files I create after starting this server aren't shown.

Run the command 'rclone version' and share the full output of the command.

rclone v1.61.1
- os/version: arch "rolling" (64 bit)
- os/kernel: 6.2.12-arch1-1 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.4
- go/linking: static
- go/tags: none

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

Local file system

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

rclone serve http  --addr 127.0.0.1:9000 .

The rclone config contents with secrets removed.

Not applicable.

A log from the command with the -vv flag

Not applicable

Update:

They do show, but there is some delay! My new question is how to show them in realtime?

Check out the docs here:

That helps! Thank you.

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