SFTP fixes

This commit is contained in:
pokamest 2022-01-24 02:01:56 +03:00
parent 2b9e615e51
commit daf53226c3
3 changed files with 54 additions and 36 deletions

View file

@ -85,7 +85,7 @@ void OtherProtocolsLogic::onPushButtonSftpMountDriveClicked()
}
});
// QString cmd = QString("net use \\\\sshfs\\%1@51.77.32.168!%2 /USER:%1 %3")
// QString cmd = QString("net use \\\\sshfs\\%1@x.x.x.x!%2 /USER:%1 %3")
// .arg(labelTftpUserNameText())
// .arg(labelTftpPortText())
// .arg(labelTftpPasswordText());