SSH: Fix SFTP download of large files.

This commit is contained in:
Christian Kandeler
2011-04-19 14:19:27 +02:00
parent 9ecb8d2e7e
commit 3181a5d74b

View File

@@ -180,7 +180,7 @@ struct SftpDownload : public AbstractSftpTransfer
virtual Type type() const { return Download; }
virtual SftpOutgoingPacket &initialPacket(SftpOutgoingPacket &packet);
QMap<quint32, quint32> offsets;
QMap<quint32, quint64> offsets;
SftpJobId eofId;
};