mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-24 13:29:55 +00:00
Fix Connection error while opening WinSCP session using IPV6 address
This commit is contained in:
parent
78a64a9025
commit
2507317d6b
@ -42,6 +42,7 @@ export class SSHService {
|
|||||||
}else {
|
}else {
|
||||||
uri += `@${profile.options.host}:${profile.options.port}${cwd ?? '/'}`
|
uri += `@${profile.options.host}:${profile.options.port}${cwd ?? '/'}`
|
||||||
}
|
}
|
||||||
|
return uri
|
||||||
}
|
}
|
||||||
|
|
||||||
async launchWinSCP (session: SSHSession): Promise<void> {
|
async launchWinSCP (session: SSHSession): Promise<void> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user