How to download folders from an HTTP server

General discussion related to "Everything".
Post Reply
yczlxt
Posts: 4
Joined: Thu May 09, 2024 3:35 am

How to download folders from an HTTP server

Post by yczlxt »

Currently, it seems that only a single file can be downloaded, and batch downloads are not allowed. Also, folders cannot be downloaded. Is there any way to achieve this feature?
void
Developer
Posts: 15566
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to download folders from an HTTP server

Post by void »

Only a single file download is currently supported.

Download a folder as a zip is on my TODO list.
yczlxt
Posts: 4
Joined: Thu May 09, 2024 3:35 am

Re: How to download folders from an HTTP server

Post by yczlxt »

Thank you for your answer. I have another issue, when I set a password for the HTTP server, some mobile browsers cannot open or download files properly. I found through Postman that usernames and passwords are sent to the server in the form of a request header Authorization. Some mobile browsers only include this request header when entering the server, and ignore the Authorization request header when opening sub files or downloading files. From the logs, it can be seen that this will result in 401 Unauthorized. Of course, if you don't set a password, you won't encounter this problem, but security will be reduced. Is there a way to optimize the download experience of mobile browsers, or will Everything still release a new version to optimize this.
Post Reply