FTP (File Transfer Protocol) is a reliable way to upload and manage files on your hosting account. FileZilla is a free, popular FTP client that works on Windows, macOS, and Linux.
What you’ll need
- Your FTP hostname (your domain name or server IP).
- Your FTP username and password (these can be created in DirectAdmin).
- Port number:
21
.
Steps to connect with FileZilla
- Download and install FileZilla from the official website.
- Open FileZilla and go to File > Site Manager.
- Click New Site and enter:
- Host: your domain name or server IP
- Port: 21
- Protocol: FTP – File Transfer Protocol
- Encryption: Use explicit FTP over TLS if available
- Logon Type: Normal
- User and Password: your FTP credentials
- Click Connect.
- Your website files will appear on the right side of FileZilla. Drag and drop files from your computer (left side) to upload.
Tips
- Always upload website files into the
public_html
folder. - If you can’t connect, check your firewall or antivirus isn’t blocking FTP.
- Use SFTP for a more secure connection.