Skip to main content
The Secure Copy Protocol connector (SCP) transfers files to and from an SSH server via SCP.

Key Capabilities

  • SCP file transfer over SSH with certificate-based and password-based authentication
  • Bidirectional file transfer with multiple remote path monitoring and glob pattern filtering
  • Configurable SSH encryption algorithms with automatic file deletion and retry logic

Overview

Each SCP connector uploads to a specified folder and downloads from a set of folders on the remote SSH server. Files that reach the SCP connector in the flow are uploaded to the upload target folder, and files found in the download target folder(s) are downloaded and entered into the flow. The connector supports upload and download filters to send and receive only specified file names and/or file extensions.

Connector Configuration

This section contains all of the configurable connector properties.

Settings Tab

Host Configuration

Settings related to establishing the connection to the remote SSH host.

Client Authentication

Settings related to authenticating to the SSH server. Options vary based on the selected authentication mode.

Server Authentication

Settings related to verifying the SSH server’s identity.

Upload

Settings related to uploading files to the SSH server.

Download

Settings related to downloading from the SSH server.

Advanced Tab

Proxy Settings

Advanced Settings

Settings not included in the previous categories.

Message

Logging

Miscellaneous

Automation Tab

Automation Settings

Settings related to the automatic processing of files by the connector.

Performance

Alerts Tab

SLAs Tab

Establishing a Connection

The following settings are required to connect to a remote SSH server:
  • Remote Host
  • Remote Port
  • Authentication Mode
  • User
  • Password or Client Certificate/Certificate Password
  • Server Thumbprint
When you test the connection to the server, the connector prompts to accept/trust the thumbprint of the server’s public key.

Uploading Files

The SCP connector uploads files from the Transactions tab. Files are automatically uploaded to the SSH server if Upload Automation is enabled in the connector. Set the Remote Path to the folder on the remote SSH server where files should be uploaded. The application changes directories to the specified folder after logging in to the server. If a file is not uploaded, the connector attempts to upload it again after the Retry Interval has elapsed. This process continues until the Max Attempts setting has been reached, after which the connector raises an error and the file is no longer sent automatically.

Downloading Files

Downloaded files are displayed in the Transactions tab of the connector, or passed along to the next connector in the flow. Files are automatically downloaded from the SSH server if Download Automation is enabled in the connector, and can be manually downloaded by clicking the Receive button in the Transactions tab. Set the Remote Path to the folder on the remote SSH server from which files should be downloaded. The application changes directories to the specified folder after logging in to the server. File Mask filters files so that only filenames matching the glob pattern are downloaded. You can use the Delete files (after download) setting to delete files on the remote server after they are successfully downloaded. On the Transactions tab, click Receive to test the settings and retrieve the matching files from the server.

Macros

Examples