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.
Automating transfers or synchronization in parallel connections over SFTP/FTP protocol
My problem is that the host uses TLS and not SFTP, and it seems the session URL 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 session URL or can the TLS thumbprint be applied in some other way?
Automating transfers or synchronization in parallel connections over SFTP/FTP protocol
My problem is that the host uses TLS and not SFTP, and it seems the session URL 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 session URL or can the TLS thumbprint be applied in some other way?