history_old » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2015-12-16 | 2016-01-07 | ||
moving 5.6.3 - 5.6.4 from history (martin) | typo (martin) | ||
Line 768: | Line 768: | ||
* Transfer resume support can be controlled in scripting (''-resumesupport'' switch of file transfer commands) and .NET assembly (''TransferOptions.ResumeSupport'' property). [[bug>834]] | * Transfer resume support can be controlled in scripting (''-resumesupport'' switch of file transfer commands) and .NET assembly (''TransferOptions.ResumeSupport'' property). [[bug>834]] | ||
* Transfer progress feedback using ''Session.FileTransferProgress'' event. [[bug>818]] | * Transfer progress feedback using ''Session.FileTransferProgress'' event. [[bug>818]] | ||
- | * For special cases, it is possible to accept any SSH host key or any TLS/SSL certificate (with warning) using ''-hostkey=*'' in scripting and ''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'' or ''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'' in .NET assembly. [[bug>815]] | + | * For special cases, it is possible to accept any SSH host key or any TLS/SSL certificate (with warning) using ''-hostkey=*'' in scripting and ''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'' or ''SessionOptions.GiveUpSecurityAndAcceptAnyTlsHostCertificate'' in .NET assembly. [[bug>815]] |
* //Site Manager// command. [[bug>855]] | * //Site Manager// command. [[bug>855]] | ||
* Writing INI file to user's profile, if program path is not writable. [[bug>817]] | * Writing INI file to user's profile, if program path is not writable. [[bug>817]] |