lua-resty-upload icon indicating copy to clipboard operation
lua-resty-upload copied to clipboard

How to download folder content from nginx server

Open Sargababu opened this issue 4 years ago • 0 comments

Hi, I have hosted an nginx server using resty docker base image. Have couple of endpoints expose one to upload, download, list directory content. What ever files uploaded using upload link to directory need to be download all at once using download option. With ngx.location.capture of the directory i get the list of files with in directory. How can I pass the file information and content over as http response?

Any help would really be appreciated. :)

Sargababu avatar Jun 09 '20 00:06 Sargababu