Differences
This shows you the differences between the selected revisions of the page.
| 2016-05-31 | 2016-05-31 | ||
| -sessionLogPath was not working (martin) | it's a local path, use join-path (martin) | ||
| Line 57: | Line 57: | ||
| Write-Host ("Downloading {0}..." -f $remotePath) | Write-Host ("Downloading {0}..." -f $remotePath) | ||
| - | $session.GetFiles($remotePath, $session.CombinePaths($localPath, "*")).Check() | + | $session.GetFiles($remotePath, (Join-Path $localPath "*")).Check() |
| } | } | ||
| finally | finally | ||