Fix Common FTP/SFTP Connector Errors in Skyvia

SFTP/FTP: Common Errors and Troubleshooting

Overview

When using the FTP or SFTP connector in Skyvia, you may encounter various errors due to connection misconfiguration or server access issues. Below are the most common errors, their likely causes, and steps to resolve them.

1. Invalid Private Key (SFTP)

Skyvia requires OpenSSH-format private keys for SFTP connections. If you see this error, make sure your key is properly converted. To convert a private key using the PuTTY Key Generator:

  1. Open PuTTY Key Generator.
  2. Go to FileLoad private key and select your key.
  3. Navigate to ConversionsExport OpenSSH key and save the file.
  4. Use the newly generated key in your Skyvia SFTP connection.

2. No such file

This error typically occurs due to incomplete IP whitelisting on your server. Even if the Skyvia website can connect, the runtime environment may be blocked.

Make sure all Skyvia IP addresses are whitelisted on your FTP/SFTP server:

  • 40.118.246.204
  • 13.86.253.112
  • 52.190.252.0

3. No such host is known

This usually indicates that Skyvia cannot resolve your FTP/SFTP server's hostname.

  1. Check that your server's DNS name is correct and publicly accessible.
  2. Whitelist all three Skyvia IP addresses listed above.

For more context, see the SmartFTP article on this error.

4. Permission Denied / Access Denied

This error occurs when the FTP/SFTP user lacks access rights to the specified folder or file.

  1. Verify user permissions on the server.
  2. Ensure the file path is correct.
  3. Confirm all Skyvia IPs are whitelisted (see list above).

5. Timed out trying to read data from the socket stream

This error can happen if ports are blocked by your server or firewall.

  1. Ensure the server is accessible on standard ports: 21 for FTP, 22 for SFTP.
  2. Check firewall rules and server network settings.

For more about possible causes of timeout issues, see FTP Read Timed Out troubleshooting guide.

Useful Links

    • Related Articles

    • Troubleshooting Zendesk Backup Issues in Skyvia

      Overview When setting up automated backups in Skyvia, some users may encounter errors that interrupt the backup process. A common example involves two specific errors: "You do not have access to this page. Please contact the account owner of this ...
    • Skyvia Backup Errors Caused by Salesforce API Requirements

      Overview Skyvia interacts with Salesforce via its API. During a backup or replication operation, you may encounter errors caused by certain limitations or behaviors specific to the Salesforce API. Why This Happens When Skyvia performs a backup or ...
    • Skyvia Data Flow Logs: Why Errors Are Not Shown by Default

      Overview In Data Flow, tracking execution success or failure can be challenging due to the nature of row processing. Rows that fail in one component may succeed in another, complicating error detection. By default, Skyvia logs do not provide detailed ...
    • HubSpot: value was not recognized as a valid DataType errors in Skyvia

      Overview Type conversion errors occur when a value stored in a field does not match the current data type definition. Typical error format: '<value>' was not recognized as a valid <DataType> These errors are generated when the source system returns ...
    • Resolving ActiveCampaign Backup Errors (403 Forbidden)

      Overview Sometimes, when running an ActiveCampaign backup, users may encounter the following error: The remote server returned an error: (403) Forbidden This happens when the ActiveCampaign API receives too many requests in a short period, especially ...