Couchdrop Knowledge Base
Couchdrop HomepageDevelopersLogin
  • Welcome
  • Features
    • SFTP Server
      • Storage
      • Users
      • How to connect
      • Enabling FTPs
      • Host key authentication
    • Transfer Automations
      • Creating an Automation
      • Supported Actions
      • Variables
      • Troubleshooting
    • Shared Links
    • Upload Links
    • Inbound Mailboxes
    • Inbound Webhooks
    • File Actions
    • Inbound AS2 Stations
  • Administration
    • Users and Groups
      • User Roles
      • Creating Users
      • The Root Directory
      • Passwords and RSA Keys
      • Features Access
      • Firewalls and ACLs
    • Storage Connections
      • SharePoint
      • Azure Files
      • Amazon S3
      • Google Workspace
      • Google Drive
      • Box
      • Dropbox
      • Egnyte
      • Outbound AS2
      • External SFTP Server
      • Windows / Mac File Server
        • Server Requirements
        • Proxy Configuration
        • Non-GUI Environments
        • Running the Couchdrop Agent as a Service
        • Logging and Debugging
      • Others
        • OneDrive
        • Azure Blob
    • Folder Permissions
    • Alerting and Notifications
    • Custom Domains
    • SSO and Single Sign-on
      • SAML SSO
      • SCIM - Azure
      • SCIM - Okta
    • Security
      • Password Policies
      • Account Lockout
      • Account expiry
      • Two Factor Authentication
    • Other
      • Static IPs
      • Malware Scanning
  • Walkthroughs
    • Using SFTP Clients
      • OpenSSH SFTP
      • How to use SFTP with Cyberduck
      • How to use SFTP with FileZilla
      • Using SFTP with Golang
      • Using Python with SFTP
      • Using SFTP with Java
      • Using SFTP with Bash
      • Using SCP
    • SFTP To SharePoint
    • SFTP to Azure Files
    • Automated file transfers to SharePoint
    • Email Inboxes with Couchdrop
    • Delegating Domain-Wide Authority in Google Workspace
  • Other
    • FAQs
    • Trust/Security Center
    • Login to Couchdrop
    • API Documentation
Powered by GitBook

Couchdrop

  • Homepage
  • Register
  • Login

Platform

  • Cloud SFTP Server
  • Cloud FTP Server
  • Automated Transfers
  • Mailboxes and Inboxes

Copyright Couchdrop Limited 2025

On this page
  • Using FileZilla with SFTP
  • Using FileZilla with Couchdrop

Was this helpful?

Export as PDF
  1. Walkthroughs
  2. Using SFTP Clients

How to use SFTP with FileZilla

Learn how to connect to an SFTP server with Filezilla in this simple walkthrough

PreviousHow to use SFTP with CyberduckNextUsing SFTP with Golang

Last updated 1 year ago

Was this helpful?

FileZilla is a popular open-source SFTP client used for transferring files between a client and a server over the internet. It has full support for FTP, FTPS (FTP over SSL/TLS), and SFTP (SSH File Transfer Protocol).

FileZilla is available for various operating systems including Windows, macOS, and Linux. It provides a user-friendly interface for managing file transfers, directory listings, and remote file editing.

FileZilla is widely used by web developers, system administrators, and anyone who needs to transfer files securely over the internet.

Using FileZilla with SFTP

Using FileZilla with SFTP (SSH File Transfer Protocol) is quite straightforward. Here's a step-by-step guide on how to do it:

  1. Download and Install FileZilla:

    • Visit the official FileZilla website () and download the appropriate version for your operating system.

    • Follow the installation instructions to install FileZilla on your computer.

  2. Open FileZilla:

    • After installation, launch FileZilla.

  3. Connect to a Server:

    • In FileZilla, navigate to "File" > "Site Manager" or use the shortcut Ctrl+S (Windows/Linux) or Cmd+S (Mac) to open the Site Manager.

    • Click on the "New Site" button and give your site a name.

    • In the "Protocol" dropdown menu, select "SFTP - SSH File Transfer Protocol".

    • Enter the hostname (or IP address) of the server in the "Host" field.

    • Enter the port number if it's different from the default (22 for SFTP).

    • Choose "Normal" as the Logon Type.

    • Enter your username and password in the respective fields.

    • Click on "Connect" to save the settings and establish the connection.

  4. Transferring Files:

    • Once connected, you will see the local files on the left side and remote files on the right side of the FileZilla interface.

    • Navigate through the directories to find the files you want to transfer.

    • To upload files from your local machine to the server, simply drag them from the local pane to the remote pane.

    • To download files from the server to your local machine, drag them from the remote pane to the local pane.

  5. Managing Files:

    • You can create, delete, rename, and move files and directories directly from within FileZilla.

  6. Disconnecting:

    • Once you're done with your file transfers, you can disconnect from the server by clicking on the "Server" menu and selecting "Disconnect".

  7. Close FileZilla:

    • Finally, you can close FileZilla when you're finished with your transfers.

That's it! You've successfully used FileZilla with SFTP. Remember to always secure your login credentials and use SFTP for encrypted file transfers.

Using FileZilla with Couchdrop

Couchdrop supports FileZilla via SFTP and FTP. When configuring your server connection in the Site Manager, use the hostname, username and password provided in the Couchdrop admin interface.

https://filezilla-project.org/