Add SFTP Account
Add an SFTP (Secure File Transfer Protocol) account to PlaidCloud for importing and exporting data files using SSH-based file transfer.
SFTP Server Setup
Ensure the following are available from your SFTP server administrator:
- The hostname or IP address of the SFTP server
- The SSH port (default is
22) - A username with access to the target directory
- Either a password or an SSH private key for authentication
- Optionally, the server's SSH host key fingerprint for strict host verification
You should now have everything you need to add your SFTP account to PlaidCloud Document.
PlaidCloud Document Setup
- Sign into PlaidCloud
- Select the workspace that the new Document account will reside
- Go to
Document > Manage Accounts - Select the
+ New Accountbutton - Select
Secure File Transfer (SFTP)as the Service Type - Fill in a name and description
- Enter the remote directory path into the Start Path field (e.g.
/data/uploads) - Select an appropriate Security Model for your use case. Leave it
Privateif unsure. - Enter the username into the Public Key/User field under Auth Credentials
- Enter the password into the Private Key/Password field under Auth Credentials
- Navigate to the SSH Config tab
- Enter the Host or IP Address of the SFTP server
- Enter the SSH Connection Port (default
22) - If using key-based authentication instead of a password, paste the RSA Private Key into the RSA Private Key field. When a private key is provided, it takes precedence over the password.
- Optionally paste the Remote Server RSA Fingerprint for strict host key verification. Leave blank to auto-fill on first connection.
- Select the Save button and your new Document account is live
Note: You can test the SSH connection using the Test SSH Connection button on the SSH Config tab before saving.