[Bug 41332] New: [patch] Support resuming file transfer
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 29 14:38:16 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=41332
Summary: [patch] Support resuming file transfer
Product: Telepathy
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-qt4
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: daniele.domenichelli at gmail.com
QAContact: telepathy-bugs at lists.freedesktop.org
Currently if you set the offset parameter in
IncomingFileTransferChannel::acceptFile(qulonglong offset, QIODevice *output),
output is opened in write only mode, therefore the file is overwritten.
The patch here[1] opens the file in append mode if offset is set, and uses seek
to move to the offset.
[1]https://gitorious.org/drdanz-telepathy-kde/telepathy-qt4/commits/resume_filetransfer
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list