Enhance security and reliability across SFTP workflows

This commit is contained in:
liumangmang
2026-03-10 16:15:46 +08:00
parent 56c40410dc
commit 0c443b029d
23 changed files with 1477 additions and 394 deletions

View File

@@ -859,12 +859,10 @@ function connectToServer(connId) {
method: 'POST',
contentType: 'application/json',
data: JSON.stringify({
id: conn.id,
host: conn.host,
port: conn.port,
username: conn.username,
password: conn.password,
privateKeyPath: conn.privateKeyPath,
passPhrase: conn.passPhrase
username: conn.username
}),
success: function(res) {
if (res.success) {