Differences
This shows you the differences between the selected revisions of the page.
2017-10-04 | 2017-10-04 | ||
using variable expansion in strings in powershell (martin) | code wrapping for new design (martin) | ||
Line 50: | Line 50: | ||
# Download the selected file | # Download the selected file | ||
- | $session.GetFiles($session.EscapeFileMask($remotePath + $latest.Name), $localPath).Check() | + | $session.GetFiles( |
+ | ············$session.EscapeFileMask($remotePath + $latest.Name), $localPath).Check() | ||
} | } | ||
finally | finally | ||
Line 115: | Line 116: | ||
// Download the selected file | // Download the selected file | ||
- | session.GetFiles(session.EscapeFileMask(remotePath + latest.Name), localPath).Check(); | + | session.GetFiles( |
+ | ····················session.EscapeFileMask(remotePath + latest.Name), localPath).Check(); | ||
} | } | ||