Differences
This shows you the differences between the selected revisions of the page.
| 2015-12-22 | 2015-12-22 | ||
| missing EscapeFileMask (martin) | typo (martin) | ||
| Line 54: | Line 54: | ||
| # Download file to temporary directory | # Download file to temporary directory | ||
| $transferResult = $session.GetFiles($session.EscapeFileMask($filePath), $tempPath) | $transferResult = $session.GetFiles($session.EscapeFileMask($filePath), $tempPath) | ||
| - | # Did the download succeded? | + | # Did the download succeeded? |
| if (!$transferResult.IsSuccess) | if (!$transferResult.IsSuccess) | ||
| { | { | ||