A vendor I work with recently converted to a new SFTP server from an older one. This was a behind-the-scenes change where I would still use the same connection string to access the site.
I was able to manually connect using Filezilla, which prompted me to save the new certificate. After I did so, I was logged into the site without issue. In the past, accepting the certificate on the manual-connection client corrects any connectivity issues AutoMate might be experiencing, but this doesn't seem to work this time; instead, I receive the error FTP failed (Error: Connection lost (error code is 10058)).
I turned on the FTP logging and received this:
------------------------------------------------------------------------
Date : 6/15/2020 1:04:18 PM
------------------------------------------------------------------------
6/15/2020 1:04:17 PM : Connecting to [ip-address] connection type is Sftp.
6/15/2020 1:04:17 PM : Server key [redacted] received.
6/15/2020 1:04:17 PM : Authentication type [Password] used
6/15/2020 1:04:18 PM : Authentication succeeded
6/15/2020 1:04:18 PM : Error 6
This log suggests that the 10058 error isn't due to invalid credentials, but is occurring after that point. Has anyone come across this before and/or know how to resolve?