Skip to content
Snippets Groups Projects
Commit 3181a5d7 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

SSH: Fix SFTP download of large files.

parent 9ecb8d2e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment