This topic was automatically generated from Slack. You can find the original thread here.
Hi - Is there any reason why the SFTP integration will just hang and eventually timeout? Credentials are correct, can SFTP in through terminal and other sources. Workflow is the out of the box version…simply just tries to connect with no additional things
Is your FTP server accessible to only specific IP addresses? If so you can either open up it’s rules to all AWS us-east-1 IPs, or make use of a VPC for a static outbound IP address from your workflows to your FTP server:
Apart from a blocked IP address, there could be several other reasons for an SFTP connection to time out, such as: 1. Network issues between your Pipedream workflow and the SFTP server. 2. The SFTP server might be experiencing high load or performance issues. 3. Incorrect configuration or settings on the SFTP server. 4. Firewall or security settings on the SFTP server that might be causing the connection to drop. To troubleshoot the issue, you can check the server logs for any errors or warnings, and ensure that the server settings are configured correctly. If the issue persists, you might want to contact your SFTP server administrator for further assistance.