Differences

This shows you the differences between the selected revisions of the page.

2022-06-16 2023-11-15 (current)
5.20 Change: SHA-256 fingerprints are not padded anymore (martin) full examples with Check (martin)
Line 209: Line 209:
<code csharp> <code csharp>
-session.GetFiles(remoteFilePath, localFilePath, true);+session.GetFiles(remoteFilePath, localFilePath, true).Check();
</code> </code>
Line 215: Line 215:
<code powershell> <code powershell>
-$session.GetFiles($remoteFilePath, $localFilePath, $True)+$session.GetFiles($remoteFilePath, $localFilePath, $True).Check()
</code> </code>

Last modified: by martin