Forum Moderators: phranque
That said, password controlled ftp can be a wonderful thing for an organisation or group, as long as you're careful about who has access. It's a great way to shunt large files around.
That said, this may not be as bad as it sounds, and is a common default setup.
"anonymous access" simply means that the server will allow logins using the the user ID "anonymous" and any password.
Typically, the server will have additional access controls restricting the directory and access type for the anonymous user ID. Typically, this would be read-only access to the FTP folder and subfolders.
This is consistent with the original intent and common usage of FTP.
If you want to use FTP to provide file downloads to anyone, without requiring them to have a user ID, this is the only way to do it!
If you are only using FTP to maintain your website (to upload web pages) then, frankly, you should NOT be using FTP. FTP is insecure. Passwords (as well as files) pass over the network unencrypted.
You should be using SFTP, which comes with SSH. Many modern FTP clients provide support for SFTP, as well as most SSH clients. With SFTP, both data and passwords are encrypted over the network.
By control panel - I mean the area my domain host let me use to configure my website controls.
What I meant when I asked "what control panel?" is that your control panel!= my control panel.
There are a lot of different control panels. Plesk? cPanel? Helm? DirectAdmin? They're all different.
Sorry, it's a pet peave. "I've got a standard website. Can you help me configure it?"
What's a standard website?