How to Upload Your Website Using FTP (via FileZilla)
You can upload your website files using an FTP client. In this guide, we’ll use FileZilla, a free and widely supported FTP application.
Evans
Last Update pre 2 meseca
Download FileZilla from the official site: https://filezilla-project.org
Install and launch the application.
At the top of FileZilla, fill in the connection fields:
Host: Enter your domain name (e.g., yourdomain.com)
Username: Use the FTP username provided in your hosting welcome email or cPanel/DirectAdmin setup.
Password: Enter the corresponding password.
Port: Leave this blank (FileZilla will auto-select the default port, usually 21 for FTP).
Once connected:
Left panel: Shows files on your local computer.
Right panel: Displays files on your server.
On the right panel, navigate to the public_html folder (this is the root folder for your website files).
On the left panel, browse to the folder containing your website files.
Drag and drop your files (e.g., index.html, CSS, images, etc.) from the left to the public_html folder on the right.
Wait for the transfer to complete.
Once all files are uploaded, visit your domain (e.g., yourdomain.com) in a web browser to confirm your site is live.