Differences

This shows you the differences between the selected revisions of the page.

2014-12-03 2014-12-03
parameterised powershell script (martin) param syntax (martin)
Line 59: Line 59:
<code powershell> <code powershell>
param ( param (
-    $localPath = "c:\downloaded\" +    $localPath = "c:\downloaded\", 
-    $remotePath = "/home/user/"+    $remotePath = "/home/user/",
    $fileName = "download.txt"     $fileName = "download.txt"
) )

Last modified: by martin