Download FileZilla
Download the free FileZilla Client from filezilla-project.org. Install it on your computer.
Create an FTP Account in cPanel
- cPanel → FTP Accounts → Create
- Set a username (e.g. ftpuser) and strong password
- Set the directory to
/public_htmlfor full website access - Click Create FTP Account
Connect with FileZilla
- Open FileZilla → File → Site Manager → New Site
- Protocol: SFTP – SSH File Transfer Protocol
- Host:
yourdomain.com - Port: 22
- Logon Type: Normal
- Enter your FTP username and password
- Click Connect
Uploading Files
Your website files go inside /public_html. Drag files from the left panel (your computer) to the right panel (your server) to upload.
Tip: Use SFTP (port 22) instead of plain FTP — it encrypts your transfer and is far more secure.