Differences
This shows you the differences between the selected revisions of the page.
2017-10-04 | 2017-10-04 | ||
using variable expansion in strings in powershell (martin) | code wrapping for new design (martin) | ||
Line 67: | Line 67: | ||
# Calculate remote file checksum | # Calculate remote file checksum | ||
- | $remoteChecksum = [System.BitConverter]::ToString($session.CalculateFileChecksum("sha-1", $remotePath)) | + | $remoteChecksum = |
+ | ···········[System.BitConverter]::ToString($session.CalculateFileChecksum("sha-1", $remotePath)) | ||
Write-Host $remoteChecksum | Write-Host $remoteChecksum | ||
} | } |