Differences

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

2021-06-18 2022-06-16 (current)
5.19 stable has been released (2nd) (martin) 5.20 Change: SHA-256 fingerprints are not padded anymore (martin)
Line 35: Line 35:
    # Use Generate Session URL function to obtain a value     # Use Generate Session URL function to obtain a value
    # for -sessionUrl1 and -sessionUrl2 parameters.     # for -sessionUrl1 and -sessionUrl2 parameters.
-    $sessionUrl1 = "sftp://user:mypassword;fingerprint=ssh-rsa-xxxxxxxxxx...=@one.example.com/",+    $sessionUrl1 = "sftp://user:mypassword;fingerprint=ssh-rsa-xxxxxxxxxx...@one.example.com/",
    [Parameter(Mandatory = $True)]     [Parameter(Mandatory = $True)]
    $remotePath1,     $remotePath1,
-    $sessionUrl2 = "sftp://user:mypassword;fingerprint=ssh-rsa-xxxxxxxxxx...=@two.example.com/",+    $sessionUrl2 = "sftp://user:mypassword;fingerprint=ssh-rsa-xxxxxxxxxx...@two.example.com/",
    [Switch]     [Switch]
    $passwordPrompt,     $passwordPrompt,

Last modified: by martin