Accessing Your Hosting via FTP with FileZilla
To connect to your hosting space via FTP, you can use the free client FileZilla. This tool makes it easy to transfer files between your computer and your server. Follow the steps below to set it up correctly.
1. Install FileZilla Client
Download and install FileZilla Client on your computer from the official website.
2. Configure a New Site
Open FileZilla and, from the top menu, click File → Site Manager. Then, select New Site to create a new connection profile.
3. Enter Connection Details
- Host: enter your hosting FTP address (e.g.
ftp.yourdomain.com
) - Encryption: select Use plain FTP only (insecure)
- Logon Type: choose Normal
- Username and Password: enter the FTP credentials provided by your hosting provider
Finally, click Connect to initiate the connection with the server.
Note
For enhanced security, it is recommended to use FTPS (FTP over TLS), if supported by your server. Please check with your hosting provider for the most secure connection option available.