https://bugs.kde.org/show_bug.cgi?id=314451
--- Comment #9 from Andreas Schneider <a...@cryptomilk.org> --- When we append, sftpProtocol::seek(KIO::filesize_t offset) is called, this calls sftp_seek64(). sftp uses 64bit values internally. Can you turn on debugging: https://techbase.kde.org/Development/Tutorials/Debugging/Debugging_IOSlaves/Debugging_kio_sftp The seek function prints the offset KDE uses ... It prints: seek, offset = xxx If this is the correct value it is an issue in libssh. However the libssh code seems to be correct. The only issue could be our htonll() function. I implemented a simpler version in the meantime. You can try the v0-7 branch of libssh if you want. It will be released as 0.7.4 soon. -- You are receiving this mail because: You are watching all bug changes.