Differences
This shows you the differences between the selected revisions of the page.
| 2014-02-05 | 2014-02-28 | ||
| session url should end with slash (martin) | using Session.EscapeFileMask (martin) | ||
| Line 188: | Line 188: | ||
| # Download the selected file | # Download the selected file | ||
| - | $session.GetFiles(($remotePath + $latest.Name), $localPath).Check() | + | $session.GetFiles($session.EscapeFileMask($remotePath + $latest.Name), $localPath).Check() |
| } | } | ||
| finally | finally | ||