Skip to main content
SFTP and FTP connections enable file-based integrations with external servers. Use these connection types to upload, download, or exchange files with partners, vendors, or legacy systems.

Protocol comparison

ProtocolEncryptionDefault PortUse Case
SFTPYes (SSH)22Production environments, sensitive data
FTPNo21Legacy systems, non-sensitive data in trusted networks
SFTP/FTP connections in RWS Integration are used exclusively for Load operations (sending data to destinations). They are not used for data extraction.

Configuration

Required fields:
FieldDescription
URLThe hostname or IP address of the server (e.g., sftp.example.com). Do not include the protocol prefix.
Base PathThe root directory path on the server where files will be written to (e.g., /uploads)
PortThe port number for the connection. Default: 22 (SFTP) or 21 (FTP)
UsernameThe username for authentication
PasswordThe password for the specified username
If using a non-standard port, check with your server administrator for the correct port number.

Next steps

API Connections

Connect to REST APIs

Scheduling

Schedule your integrations