Differences
This shows you the differences between the selected revisions of the page.
2015-02-18 | 2015-06-03 | ||
releasing 5.7 stable, removing &beta tags (or replacing with &recent) (martin) | $sessionUrl has default valu, so it should not be mandatory (martin) | ||
Line 15: | Line 15: | ||
<code powershell> | <code powershell> | ||
param ( | param ( | ||
- | [Parameter(Mandatory)] | ||
$sessionUrl = "sftp://user:mypassword;fingerprint=ssh-rsa-xx-xx-xx@example.com/", | $sessionUrl = "sftp://user:mypassword;fingerprint=ssh-rsa-xx-xx-xx@example.com/", | ||
[Parameter(Mandatory)] | [Parameter(Mandatory)] |