https://bugs.kde.org/show_bug.cgi?id=394600
Bug ID: 394600 Summary: [KIO / sftp] copy to remote server with full disk fails silently Product: dolphin Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: lukas.ka...@centrum.cz CC: elvis.angelac...@kde.org Target Milestone: --- Created attachment 112824 --> https://bugs.kde.org/attachment.cgi?id=112824&action=edit reporting kio bugs are disabled?! First, sorry that I am reporting KIO bug to Dolphin, but there is no possibility to create bug report for KIO directly. Why?! And now the bug: when I copy files to remote machine using sftp protocol (sftp kio) and remove machine has full disk, there is no error reported to user, but files are not copied... >From shell, it is visible that copy was not successful: ``` scp file root@remote:/home/user/ ... kio_sftp(23014) sftpProtocol::sftpPut: Error during 'put'. Aborting. ... kio_sftp(23014)/kio (kioslave) KIO::SlaveBase::dispatchLoop: slave was killed, returning ``` When I am using scp command, I get usable error message: ``` scp file root@remote:/home/user scp: /home/user//file: No space left on device ``` I am using KDE from Kubuntu 18.04 packages: ``` $ kioclient --version Qt: 4.8.7 KDE Development Platform: 4.14.38 KIO Client: 2.0 ``` -- You are receiving this mail because: You are watching all bug changes.