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 36: | Line 36: | ||
| # Collect file list | # Collect file list | ||
| $files = | $files = | ||
| - | $session.EnumerateRemoteFiles($remotePath, "*.*", [WinSCP.EnumerationOptions]::AllDirectories) | | + | $session.EnumerateRemoteFiles( |
| + | ····················$remotePath, "*.*", [WinSCP.EnumerationOptions]::AllDirectories) | | ||
| Select-Object -ExpandProperty FullName | Select-Object -ExpandProperty FullName | ||