Hello!
On Sat, Apr 13, 2013 at 10:20 AM, Kevin Nguyen
<kevinng...@gmail.com> wrote:
> I really like your openresty. Btw, i am thinking of a module that has these
> features:
>
> Multiple files and folders download (recursive subfolders support).
> Resume broken download support.
> HTTP, HTTPS, FTP, FTPS, FTPES download support.
> SFTP download available through SFTP add-on.
> SCP download available through SCP add-on.
> Redirect after download.
> Skip/Resume/Overwrite popup for duplicated download (optional).
> Authentication popup support (optional).
> Customizable UI (messages, colors, file chooser, look and feel ...).
> Can handle massive downloads upto 30GB+
> Support remote downloads (website and files to download sit on 2 different
> servers)
>
Yes, you can do all these with a custom Nginx C module though a lot of
work is required.
And some of these times regarding HTTP can also be done with the
existing Nginx standard and/or 3rd-party modules, I believe :)
Best regards,
-agentzh