How to acces index link with username and password

What is the problem you are having with rclone?

I want download file from index link that has authentic username n password.
The link look like this
https ://index.naoindex.workers.dev/0: (this is example)

image

I read about this one but idont know to make this password file

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

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

rclone lsd --http-url https://heavens.workers.dev/2: :http:

See

https://user:pass@example.com i try this one before post it not work

normal lsd http

2022/05/31 01:11:11 ERROR : : error listing: error listing "": failed to readDir: HTTP Error 401: 401 Unauthorized
2022/05/31 01:11:11 Failed to lsd with 2 errors: last error was: error listing "": failed to readDir: HTTP Error 401: 401 Unauthorized

with username/password in link

2022/05/31 00:00:50 Failed to create file system for ":http:": parse : invalid port ":Heaven" after host```

If you like help, please post all the details.

Great. No idea what your setup is, version, rclone.conf what command you ran. Nothing at all.

The less you include, the harder it is to help.

You deleted the template and never fill stuff in and we get all this back and forth as you fight against the process and fill in as little information as possible.

If you'd like to share all the details in the template, please do so.

i dont think it necessary as i see remote for http url not really complicated,maybe im read it wrong but i think it can be done without a config.

This looks like you put the username and password after the host. it should go before the host

Tell us what you typed, but XXX out your username and password.

rclone lsf --http-url "https://username:password@heavens.workers.dev/1:/" :http:

2022/05/31 19:47:52 Failed to create file system for ":http:": parse "https://username:password": invalid port ":password" after host

note:username n password consist of @ and also #

i try to do same index without password,maybe u can take a look. lsd dont output any file

https://index.teamqbit.workers.dev/0

Ah, I expect that is the problem. Try URL encoding the @

2022/06/01 00:03:26 Failed to create file system for ":http:": parse "https://username%40:password": invalid port ":password" after host``

try index without password at qbit Mirrors ,cant list lsd

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