FTP Connection Guide
FTP (File Transfer Protocol) is ideal for uploading large files or managing many files at once.
Download FileZilla
Download the free FileZilla client from filezilla-project.org
Your FTP Credentials
| Setting | Value |
| Host | ftp.yourdomain.com or your server IP |
| Username | Your cPanel username |
| Password | Your cPanel password |
| Port | 21 (FTP) or 22 (SFTP) |
Connecting in FileZilla
- Open FileZilla
- Enter your Host, Username, Password, and Port at the top
- Click Quickconnect
- Accept the certificate if prompted
Uploading Files
- On the left panel, navigate to your local files
- On the right panel, navigate to
public_html
- Drag files from left to right
- Wait for transfers to complete
Creating an FTP Account
To give someone limited FTP access:
- In cPanel, go to FTP Accounts
- Enter a username and password
- Set the directory (e.g.,
public_html/uploads)
- Click Create FTP Account
SFTP vs FTP: SFTP (port 22) is more secure as it encrypts the connection. Use it when possible.