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
  • General Connection Details
  • SFTP Connection Options
  • FTP Connection Options

Was this helpful?

Export as PDF
  1. Features
  2. SFTP Server

How to connect

Learn how to connect to Couchdrop with SFTP or FTP

Connecting to Couchdrop with a SFTP or FTP client is simple. To get started, you will need:

  • A username and password or

  • A username and key

  • The hostname for your Couchdrop POP. This can be found by clicking Connect

  • A SFTP or FTP client

General Connection Details

Couchdrop uses the default ports for both SFTP and FTP.

Your hostname will look like <my domain>.couchdrop.io and can be found under Connect in the Couchdrop web app.

Protocol
Port
Description

SFTP

22

The standard port for SFTP, SCP and Rsync.

FTP

20

The standard port for FTP and FTPs via TLS

SCP

22

The standard port for SCP traffic

SFTP Connection Options

SFTP is beautifully simple in terms of configuration options. There are normally only two.

Option
Recommended Value
Description

Hostname

<yourdomain>.couchdrop.io

Couchdrop provides a domain name for each tenant. You can find this under Connect in the Couchdrop web app

Port

22

The standard port for SFTP and SCP

FTP Connection Options

FTP has a few options around networking and security. Couchdrop attempts to support as many clients as feasible, but these are the recommendations.

Option
Recommended Value
Description

TLS auto negotiation

ON

FTP by default is insecure. It is unencrypted and very easy to break. FTPs use an auto negotiation process that occurs during authentication that uses encrypted channels. We recommended always enabling this option.

Port

20

Couchdrop uses the default port for FTP access

Passive Mode

ON

Passive FTP mode forces the client to negotiate data channels with the server. This alleviates most of the issues with NAT and firewalls that do not support active channel negotiation.

Hostname

<yourdomain>.couchdrop.io

Couchdrop provides a domain name for each tenant. You can find this under Connect in the Couchdrop web app

PreviousUsersNextEnabling FTPs

Last updated 1 year ago

Was this helpful?