WebDaV Help over HTTP

Hi, Hope all doing good,
I have storage dedicated server where i saved my encode content, want to serve it using rclone over HTTP.
I have no idea how this work but i have hope that this forum will help me to achieve this task. below im gonna ask my first few question to understand better how webdav work,
1: Should i need to install webdav on storage server? if yes us there any guide for Ubuntu 22?

In the simplest possible way -

assuming that your content is in /path/to/content

you have to run:

rclone serve http /path/to/content --addr 0:8080

Then you can access your data using any web browser. Simply go to IP:8080, where IP is IP address of your server.

I suggest you read docs if you need more details.

in this case i dont need webdav right?
My main goal is server http.

rclone serve http or rclone serve webdav - it is up to you depending on what you need.

@kapitainsky really appreciated for your great help.
My main concern is connect multiple streaming servers with a storage server and serve over http, so which method will more reliable http or webdav?

Regards

You do not provide any details so it is difficult to tell. I think you could find better advice on some streaming forums. Then when you know what you want to configure we can figure out how.

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