Differences
This shows you the differences between the selected revisions of the page.
2016-05-31 | 2016-05-31 | ||
checksum is runtime option too + this requires future 5.8.4 (martin) | using session.CombinePaths (martin) | ||
Line 88: | Line 88: | ||
foreach ($fileInfo in $directoryInfo.Files) | foreach ($fileInfo in $directoryInfo.Files) | ||
{ | { | ||
- | $remoteFilePath = ($remotePath + "/" + $fileInfo.Name) | + | $remoteFilePath = $session.CombinePaths($remotePath, $fileInfo.Name) |
if ($fileInfo.IsDirectory) | if ($fileInfo.IsDirectory) |