forked from qt-creator/qt-creator
RemoteLinux: Use an SshProcess for rsync
Otherwise, if connection sharing is disabled and public key authentication fails, the askpass tool is not invoked. Change-Id: Iea8316675b8f270c924f822f340f6282b21450d5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "sftptransfer.h"
|
||||
|
||||
#include "sshprocess_p.h"
|
||||
#include "sshprocess.h"
|
||||
#include "sshsettings.h"
|
||||
|
||||
#include <QDir>
|
||||
@@ -43,7 +43,7 @@ namespace QSsh {
|
||||
|
||||
struct SftpTransfer::SftpTransferPrivate
|
||||
{
|
||||
Internal::SshProcess sftpProc;
|
||||
SshProcess sftpProc;
|
||||
FilesToTransfer files;
|
||||
Internal::FileTransferType transferType;
|
||||
FileTransferErrorHandling errorHandlingMode;
|
||||
|
||||
Reference in New Issue
Block a user