Re: Same Scenario - Slow download using .GetFileToDirectory
@tuliomarostegon: Please attach a full session log file showing the problem (using the latest version of WinSCP).
Btw, this is pointless:
It's an ineffective way to do the same as
As the property name suggests, it's not best thing to do.
Another thing is that you are not calling
See https://winscp.net/eng/docs/library_session#results
To generate the session log file, set
Session.SessionLogPath
. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.Btw, this is pointless:
option.TlsHostCertificateFingerprint = session.ScanFingerprint(option, "SHA-256");
It's an ineffective way to do the same as
option.GiveUpSecurityAndAcceptAnyTlsHostCertificate = true;
As the property name suggests, it's not best thing to do.
Another thing is that you are not calling
TransferOperationResult.Check
.
See https://winscp.net/eng/docs/library_session#results