Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-15 | 2013-05-20 | ||
| beta tag (martin) | space after write-host (martin) | ||
| Line 151: | Line 151: | ||
| if ($session.FileExists($remotePath)) | if ($session.FileExists($remotePath)) | ||
| { | { | ||
| - | Write-Host("File {0} exists" -f $remotePath) | + | Write-Host·("File {0} exists" -f $remotePath) |
| # Now you can e.g. download file using session.GetFiles | # Now you can e.g. download file using session.GetFiles | ||