Step-by-Step Guide: How to Connect to FileZilla and Create a New Site

Tejaksha K
3 min readAug 2, 2023

--

FileZilla

Step 1: Download and Install FileZilla

If you haven’t already, download and install FileZilla from their official website (https://filezilla-project.org/). Download FileZilla Client.

Step 2: Launch FileZilla

After installation, launch FileZilla on your computer. The interface should look like a split window, with the local files on the left side and the remote files on the right side.

Step 3: Open the “Site Manager”

In FileZilla, go to “File” from the top menu and then click on “Site Manager.” Alternatively, you can press Ctrl + S or click on the “Open the Site Manager” icon in the toolbar.

Step 4: Add a New Site

In the Site Manager window, click on the “New Site” button.

Step 5: Enter Connection Details

In the “New Site” window, you’ll need to enter the connection details:

5.1. Host: Enter the hostname or the IP address of the remote server you want to connect to.

5.2. Port: The default port for SFTP is 22. If your server uses a different port, enter it here.

5.3. Protocol: Choose the protocol you want to use. SFTP (Secure File Transfer Protocol) is the most common choice.

5.4. Logon Type: Select “Normal” and enter your SFTP username and password.

Step 6: Save the Site Settings

After entering the connection details, click on the “Connect” button to establish a connection with the server.If you are connecting for the first time to the server it will give an alert of unknown hostname Click on Ok button to trust the host. If the connection is successful, you’ll see the remote directory on the right side of the FileZilla interface.

Congratulations! You have successfully connected to FileZilla using a new site.

Note : Remember to keep your SFTP credentials safe and avoid saving them in clear text for security reasons. If you’re working with sensitive data, consider using SFTP or FTPS for encrypted data transfer.

--

--

Tejaksha K
Tejaksha K

Written by Tejaksha K

I'm a Full Stack Developer & Cloud Expert with experience in Google Cloud Platform & AWS.

No responses yet