https://bugs.kde.org/show_bug.cgi?id=394600

--- Comment #3 from Lukáš Karas <lukas.ka...@centrum.cz> ---
Ups. You are correct, i was using kioclient from KDE4 in console, sorry. I
mixed kioclient and scp commands in original post moreover...

Anyway, the same problem exists with kio 5:

cd /tmp/
mkdir ramdisk
sudo mount -t tmpfs - ramdisk -o size=1M
dd if=/dev/urandom of=bigfile bs=1M count=2

kioclient5 cp bigfile sftp://localhost/tmp/ramdisk

...
kf5.kio.core.copyjob: emit processedSize 1044480
kf5.kio.core.copyjob: d->state= 6
kf5.kio.core.copyjob: 0 files remaining
kf5.kio.core.copyjob: 
kf5.kio.core.copyjob: copyNextFile finished
kf5.kio.core.copyjob: KDirNotify'ing FilesAdded
QUrl("sftp://localhost/tmp/ramdisk";

echo $?
0

ls -alh ramdisk/* bigfile 
-rw-rw-r-- 1 karry karry 2.0M May 24 07:19 bigfile
-rw-rw-r-- 1 karry karry 1.0M May 24 07:23 ramdisk/bigfile.part

kioclient5 --version
kioclient 5.12.4

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to