Differences
This shows you the differences between the selected revisions of the page.
2014-12-22 | 2014-12-22 | ||
created (martin) | unneeded semicolon (martin) | ||
Line 34: | Line 34: | ||
{ | { | ||
Write-Host ("Uploading {0} ..." -f $line) | Write-Host ("Uploading {0} ..." -f $line) | ||
- | $session.PutFiles($line, $remotePath).Check(); | + | $session.PutFiles($line, $remotePath).Check() |
} | } | ||
} | } |