Using TLS with sessionurl
I am trying to use the the powershell script supplied here which makes it possible to have uploads in parallel. This will boost performance in my scenario by a mile, because i upload about 3000 files.
https://stackoverflow.com/questions/46822798/how-can-i-concurrently-upload-files-using-the-winscpnet-dll
My problem is that the host uses TLS and not sftp, and it seems the sessionurl does not support the tls thumbprint. The fingerprint is only for sftp.
If i connect without the hosts certificate thumbprint, it will give me the error "Peer certificate rejected". I can connect without using tls, but i prefer tls.
Is it possible to execute the batches in some other way than using sessionUrl or can the tls thumbprint be applied in some other way?
https://stackoverflow.com/questions/46822798/how-can-i-concurrently-upload-files-using-the-winscpnet-dll
My problem is that the host uses TLS and not sftp, and it seems the sessionurl does not support the tls thumbprint. The fingerprint is only for sftp.
If i connect without the hosts certificate thumbprint, it will give me the error "Peer certificate rejected". I can connect without using tls, but i prefer tls.
Is it possible to execute the batches in some other way than using sessionUrl or can the tls thumbprint be applied in some other way?