How to download folders from an HTTP server
How to download folders from an HTTP server
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?
Re: How to download folders from an HTTP server
Only a single file download is currently supported.
Download a folder as a zip is on my TODO list.
Download a folder as a zip is on my TODO list.
Re: How to download folders from an HTTP server
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.