FTP (File Transfer Protocol) allows you to upload files from your computer to your hosting server quickly and securely. You can create FTP accounts directly from Cpanel and connect using clients like FileZilla or WinSCP.
Go to https://yourdomain.com:2083
and log in with your credentials. Then find and open the “FTP Accounts” section.
Click on “Add FTP Account” and enter the required information:
public_html
)After filling out the form, click Create to save your account.
Use FileZilla or WinSCP and enter the following connection details:
Click “Connect” to access your server. Once connected, you’ll see the public_html
directory of your website.
Always use FTPS or SFTP instead of standard FTP to keep your file transfers encrypted and secure.
Note: If you experience connection errors, ensure that port 21 is open on your server and not blocked by a firewall.