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

--- Comment #7 from Scott Deagan <scott.dea...@gmail.com> ---
Two PCs, both with gigabit LAN cards, both connected to a gigabit
hub/switch/router, both with OpenSSH Server installed.

Steps to replicate:

1. PC-1 has IP address 192.168.0.101
2. PC-2 has IP address 192.168.0.102
3. On PC-1, open Konsole (or whatever terminal application you use).
4. cd ~ (in my case, my home directory is /home/scott).
5. fallocate -l 1G test.img
6. On PC2: Open Dolphin, press CTRL + L (to make address bar editable).
7. On PC2, enter the following in the address bar:
sftp://192.168.0.101/home/scott
8. On PC2, drag the file test.img to the desktop.
9. OBSERVE: it's painfully slow (around 6MB/s).

It's pretty much the same result whether the transfer is done using
sftp://192.168.0.101 or smb://192.168.0.101 within Dolphin.


Now repeat the above, only this time using scp from the terminal:

1. On PC2, open Konsole (or whatever terminal application you use).
2. Enter: scp 192.168.0.1:/home/scott/test.img /tmp
3. OBSERVE: It utilizes the bandwidth of the network, around 110MB/s.

It's approximately 22 times faster using scp from the terminal!

What needs to be done to confirm this issue?

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

Reply via email to