Couchdrop Developer Docs
Couchdrop HomepageKnowledge BaseLogin
  • Couchdrop API Overview
  • Available Endpoints
  • Errors and Response Codes
  • Domains and Accounts
    • Register a new domain
    • Manage domain/account
    • Authentication
  • Administration
    • Users
    • Groups
    • Folder Permissions
    • Folder Properties
    • Shared Links
    • Storage Connections
      • SFTP Connections
      • S3 Connections
      • FTP Connections
      • Azure Connections
      • GCS Connections
      • Other
    • Automations
      • Scheduled Automations
        • Create/Update
        • Get all schedule workflows
        • Get schedule workflow
        • Trigger schedule workflow
        • Delete Scheduled Workflow
      • Event Automations
        • Create/Update
        • Get action workflow
        • Get all action workflows
        • Delete Action Workflow
      • Actions
        • Webhook
        • Rename
        • Copy
        • Move
        • PGP Encrypt
        • Paths
      • Conditions
    • Symlinks/Shortcuts
    • Auditing and Reporting
  • Webhooks
    • Using webhooks
  • Filesystem Operations
    • Listing files/folders
    • Downloading a file
    • Uploading a File
    • Rename files/folders
    • Deleting files/folders
    • Create a folder
Powered by GitBook

Couchdrop

  • Couchdrop Homepage
  • Register
  • Login

Platform

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

Copyright Couchdrop Limited 2025

On this page

Was this helpful?

  1. Administration
  2. Storage Connections

SFTP Connections

Configuring a connection to an external SFTP can be done with basic connectivity details as outlined below.

Connection Params

Param Key
Example Value
Description

endpoint__sftp_hostname

sftp.google.com

The hostname or ip address we are connecting to

endpoint__sftp_port

22

Port for the connection

endpoint__sftp_username

admin

The username for the remote connection

endpoint__sftp_password

passwordthatissecure

(Optional) The password for the remote connection

endpoint__sftp_key

--- BEGIN RSA KEY ---

(Optional) A private key in PEM format.

endpoint__sftp_key_password

password

(Optional) The private key password

PreviousStorage ConnectionsNextS3 Connections

Last updated 2 years ago

Was this helpful?