I am trying to upload a file to an external sFTP. When I upload the file through the Explorer in VisualCron i get the output in the attached image. It will go through the authentication messages and say the following:
Authentication type 16 failed
Authentication succeeded
I am then able to upload the file through the Explorer. However in the sFTP task the following error message cause the task to stop and not upload:
sFTP Task OutputAuthentication failed for type 16
Exception in Task: System.Exception: Failed to upload file: c:\test\We.csv, err: Bad message
Exception in Task: System.Exception: No file(s) uploaded
How can I get the sFTP task to upload the file and not fail when it receives that message? My WinSCP sFTP client is also able to connect and upload the file so I don't think this error should be stopping the task.