How to download file without curl and wget

Hi

I need a Shell script that will download a zip file every second from a http server but i can't use neither curl nor wget.

Can anyone will help me go about this task ???

Thanks!!

I guess that you are not able to start on destination server service like ssh (scp) for ftp?

If no I think you have to use external package like "axel" (source), "aria2" (source2) or aget (source)

Kind regards