fixes #27
This commit is contained in:
parent
680f37c00e
commit
5983c5bb46
@ -182,6 +182,7 @@ function Connect-To {
|
|||||||
FtpMode = 'Passive'
|
FtpMode = 'Passive'
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
$FTPSessionOption = New-WinSCPSessionOption @FTPSessionOption
|
||||||
$Global:WinSCPSession = New-WinSCPSession @WinSCPConParams
|
$Global:WinSCPSession = New-WinSCPSession @WinSCPConParams
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
|
Loading…
Reference in New Issue
Block a user