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
  • Introduction to SFTP
  • Couchdrop SFTP
  • Getting Started with Couchdrop

Was this helpful?

Export as PDF
  1. Features

SFTP Server

Learn about using Couchdrop as an SFTP server.

The primary use case for Couchdrop is as a SFTP server. It's easy to setup, fast, autoscaling and works with your cloud storage.

Introduction to SFTP

What is SFTP you might ask?

SFTP is currently the most robust and well supported protocol for backend and automated file transfers over the internet. File transfers have been a part of the internet since it was first invented and file transfers are amongst the most frequent operations on the internet today.

The successor to FTP

If you have not heard of FTP, you might have been living in a cave. A pretty big cave. Go back inside, you're probably lost.

SFTP is the successor to FTP and is simpler, faster and more robust than the traditional FTP protocol. FTP was a great solution for how the internet used to work, before NAT and private ip addresses. Before firewalls and hackers. The modern internet has changed a bit and FTP has not stood the test of time.

SFTP fixes a lot of the underlying issues with FTP and adds asymmetric encryption (the magic behind HTTPS) to the mix, which means along with it being incredibly robust and simple in design, it's also extremely secure.

Both FTP and SFTP are well supported

As protocols, both SFTP and FTP are very well supported by systems, which make them ideal for transferring data in an automated way between disparate systems. SFTP is used across the board to transfer anything from banking transactions to power grid logs and everything in between.

Not a file sharing tool

It's worth noting at this point, that SFTP is not a file sharing or collaboration tool.

It could be used in that way, but it's really not well suited to it. Dropbox, Box, SharePoint and Google Drive are just better for this use case. Where SFTP and FTP really shine is when there are robots (computers) talking to each other. You can think of it like a pipe rather than a piece of paper.

SFTP sits in the backend and works its magic, away from the eyes of most.

Neat huh.

SFTP is not Secure File Transfers. It is SFTP.

Couchdrop SFTP

So, you might ask, where does Couchdrop fit in. Well remember ^above how I mentioned that Dropbox, Google Drive and SharePoint are not SFTP servers. Well, sometimes you need them to be. And sometimes, you want to standup a SFTP or FTP server, without the "Server Part". This is where Couchdrop shines.

It's an SFTP server for SharePoint, without the server part.

Couchdrop is your scalable SFTP server in the cloud, allowing direct connection of your own storage (or ours) with no need to deploy and manage infrastructure.

Getting Started with Couchdrop

When you first register for Couchdrop, SFTP based access is enabled by default. You have a SFTP server and you didn't have to raise a finger.

PreviousWelcomeNextStorage

Last updated 1 year ago

Was this helpful?