Accessing uploaded files from File Manager

Accessing uploaded files from File Manager

I uploaded a .js file which I want the public to access through a link. I can do that perfectly with a .png file, for example the following URL will display the image in the browser:

https://www.enarmcurso.com/files/letsencryptlogo.png

However, when I try to access the .js I uploaded, with the same URL structure, for example:


I cannot access the file, and I get a 404 error.

How can I access the file I uploaded through the file manager?