How Do I Upload Files via FTP?

To upload files to your website using FTP, follow these steps:

You can use any FTP client (e.g., FileZilla, Cyberduck) with the following settings:

Host: yourdomain.com

Port: 21

Username: your cPanel username

Password: your cPanel password

Encryption: Use explicit FTP over TLS if available (recommended)

📁 FTP Directory

Your website files should be uploaded to the folder called:

/public_html

🔐 Secure FTP (FTPS)

For security, we recommend using FTPS (FTP over TLS) instead of plain FTP.