Hello,
I would like to suggest you
Error code 114 in SFTP usually indicates a connection timeout while error code 10058 indicates that the connection was reset. These errors can occur due to various reasons, such as network issues, firewall restrictions, incorrect configuration settings, or server-side issues.
Since you have already tested the connection using Filezilla, it is likely that the issue is related to the configuration settings in VisualCron. Here are a few things you can try:
Double-check the connection settings: Make sure that you have entered the correct SFTP server address, port number, and login credentials in VisualCron. Also, check if the remote directory path is correct.
Check if the private key is correctly configured: Make sure that you have configured the private key file correctly in VisualCron. You can also try using a different private key file to see if that resolves the issue.
Verify if the firewall is blocking the connection: Make sure that the firewall on your VisualCron server is not blocking the SFTP connection. You can try temporarily disabling the firewall to see if that resolves the issue.
Check if VisualCron is using the correct SFTP protocol version: Make sure that VisualCron is using the correct SFTP protocol version that is supported by the SFTP server. You can try changing the SFTP protocol version in the VisualCron settings to see if that resolves the issue.
Check if there are any server-side issues: Contact the SFTP server administrator to see if there are any server-side issues that may be causing the connection errors.
If none of the above solutions work, you can also try enabling debugging in VisualCron and checking the event log for more detailed error messages. This may provide more insights into the root cause of the issue.
I hope this helps!