How Do I add a filebrowser as remote in rclone

I am trying to add GitHub - filebrowser/filebrowser: ๐Ÿ“‚ Web File Browser as a remote in rclone.

'rclone version'
rclone v1.51.0

  • os/arch: windows/amd64
  • go version: go1.13.7

#### Which cloud storage system are you using? (eg Google Drive)
WebDAV,HTTP

rclone.conf config

[Leech4]
type = webdav
url = http://domain.com/beastleechbot/files/files/
vendor = other
user = admin
pass = *** ENCRYPTED ***

logs

2023-06-17 08:44:37 INFO : There was nothing to transfer
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Elapsed time: 0.0s
2023/06/17 08:44:37 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Elapsed time: 0.0s

hello,
please update to latest stable v1.62.2
https://rclone.org/downloads/

based on the log snippet, whatever command you ran, worked.

rclone needs to connect to a storage system as listed at https://rclone.org/overview/
so which storage system does filebrower emulate?

Well thats the problem i dont know. Soo here is what i am trying to do. I deplyed leech aio repo to my vps. And it has file browers. And i got data downloaded there. So th owner of leech aio repo said config the file browser as webdav snd then stop repesonding. And the command worked but doesnot show or download files.

Repo links

are you 100% sure you are using the correct value for url?

and post the full output of rclone ls Leech4: -vv

yes 100% link is corrent sure
C:\Users\Beast\Desktop\rclone\Rclone>rclone ls "Leech:/" -vv
2023/06/18 15:01:31 DEBUG : rclone: Version "v1.62.2" starting with parameters ["rclone" "ls" "Leech:/" "-vv"]
2023/06/18 15:01:31 DEBUG : Creating backend with remote "Leech:/"
2023/06/18 15:01:31 DEBUG : Using config file from "C:\Users\Beast\.config\rclone\rclone.conf"
2023/06/18 15:01:31 DEBUG : found headers:
2023/06/18 15:01:31 DEBUG : fs cache: renaming cache item "Leech:/" to be canonical "Leech:"
2023/06/18 15:01:31 ERROR : : error listing: directory not found
2023/06/18 15:01:31 DEBUG : 4 go routines active
2023/06/18 15:01:31 Failed to ls with 2 errors: last error was: directory not found

ok

that is not the command i shared.
please test using the command i shared

C:\Users\Beast\Desktop\rclone\Rclone>rclone ls Leech4: -vv
2023/06/19 17:53:43 DEBUG : rclone: Version "v1.62.2" starting with parameters ["rclone" "ls" "Leech4:" "-vv"]
2023/06/19 17:53:43 DEBUG : Creating backend with remote "Leech4:"
2023/06/19 17:53:43 DEBUG : Using config file from "C:\Users\Beast\.config\rclone\rclone.conf"
2023/06/19 17:53:43 DEBUG : found headers:
2023/06/19 17:53:44 ERROR : : error listing: directory not found
2023/06/19 17:53:44 DEBUG : 4 go routines active
2023/06/19 17:53:44 Failed to ls with 2 errors: last error was: directory not found

first thing would be to make sure that your webdav is working.

I suggest you install:

https://cyberduck.io/

It supports webdav and you can easily validate if things are working.

When you connect with cyberduck send a screenshot showing what you see.

i have raidrive. tried it on it. kept asking for username and password. gave it corrent one did not login.

Well I think you have your answer then.

Until you have working webdav source there is nothing rclone can do.

bro..help me out lol...well kk thanks for reply.

We are happy to help you with rclone problem. But you do not have any.

rclone works as it should - it tries to connect to webdav source you know is not working. What you expect can be done?

You have to talk to whoever provides this webdav and fix it - you can use cyberduck or raidrive to validate.

When working we can solve it in rclone.

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