can't curl from my website

my website is jakescode.epizy.com.
I have download files in downloads.jakescode.epizy.com, but when i try the comand
curl --no-cookie --no-check-certificate http://downloads.jakescode.epizy.com/helloworldnewest.sh
the server responds with:

403 Forbidden

403 Forbidden


nginx

This is website hosting, not API/Database/Files hosting. All the non-browser automated/bots requests to the websites are being blocked.

Is there a way i can still download files from my site with unix shell script

Try to get your traffic going through Cloudflare.

@WebMaster007 said:
Is there a way i can still download files from my site with unix shell script

You could use a command line FTP client. But please keep in mind that we provide a website hosting service, not a file storage/sharing service.