1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

Fix Connection error while opening WinSCP session using IPV6 address

This commit is contained in:
Mxmilu 2023-12-24 12:55:00 +08:00
parent 78a64a9025
commit 2507317d6b

View File

@ -42,6 +42,7 @@ export class SSHService {
}else {
uri += `@${profile.options.host}:${profile.options.port}${cwd ?? '/'}`
}
return uri
}
async launchWinSCP (session: SSHSession): Promise<void> {