Anoop

Results 3 issues of Anoop

- Fix for a bug that handled the certificates differently when it was passed as stream to the api. - More explanation in the link - https://github.com/RickardPettersson/swish-api-csharp/issues/29 Fix

When using certificate as a stream and when passed to the api, the code doesn't try to add the intermediate certificates to the certificate stores, as it would, if the...

Our client (that uses ssh.net) runs on AWS and the sftp server is hosted on Prem, and our uploads are multi-threaded. We use the default UploadFile() method, which through various...