Differences
This shows you the differences between the selected revisions of the page.
| 2016-05-30 | 2016-05-31 | ||
| missing $sessionLogPath parameter decalation (martin) | using CombinePaths (martin) | ||
| Line 55: | Line 55: | ||
| Write-Host ("Downloading {0}..." -f $remotePath) | Write-Host ("Downloading {0}..." -f $remotePath) | ||
| - | $session.GetFiles($remotePath, $localPath + "\*").Check() | + | $session.GetFiles($remotePath, $session.CombinePaths($localPath, "*")).Check() |
| } | } | ||
| finally | finally | ||