Re: Bogus Mozilla FTP server websites?

Mozilla Products <[email protected]> Sat, 4 Jul 2026 00:05:34 +0100
Newsgroups alt.comp.software.thunderbird,alt.comp.software.firefox,alt.conspiracy,alt.comp.freeware
Organization usenet-news.net
Message-ID <[email protected]>
On 03/07/2026 13:44, aer wrote:
> The only official one I'm aware of is:
> https://ftp.mozilla.org/pub/

It's not an FTP server. It's just a subdomain, like any other. Examples 
include:

https://mail.mozilla.org/
https://www.mozilla.org/
https://docs.mozilla.org/
https://xxxx.mozilla.org/.

You can use anything in place of 'xxxx'. Notice that I have included 
'www' because that is what it is. The only generic top-level domain is 
mozilla.org, and that is what ICANN recognises.

/pub is the folder where files are stored. Again, it can be anything, 
but 'pub' is generally known to users to signify 'public', and no login 
is required to access the files in that folder. If you are running a 
website hosted on your Linux server, the ownership might be something 
like this:

www-data:www-data.

I could explain what this means, but that is not the point of this post.