forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.14'
Change-Id: Id4c4c06b086dfe38960f4d68694ae23f3e00109f
This commit is contained in:
@@ -180,9 +180,8 @@ void SftpTransfer::doStart()
|
||||
+ QtcProcess::quoteArgUnix(sourceFileOrLinkTarget).toLocal8Bit() + ' '
|
||||
+ QtcProcess::quoteArgUnix(f.targetFile).toLocal8Bit() + '\n');
|
||||
}
|
||||
d->sftpProc.start(sftpBinary.toString(),
|
||||
QStringList{"-b", QDir::toNativeSeparators(batchFile.fileName())}
|
||||
<< d->connectionArgs);
|
||||
d->sftpProc.setStandardInputFile(batchFile.fileName());
|
||||
d->sftpProc.start(sftpBinary.toString(), d->connectionArgs);
|
||||
emit started();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user