Enhance security and reliability across SFTP workflows
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user