Bug 287972

Summary: Dolphin copy files with SFTP is good in download but bad in upload
Product: [Frameworks and Libraries] kio Reporter: didier.garde
Component: sftpAssignee: Andreas Schneider <asn>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: peter.penz19
Priority: NOR    
Version: 4.7   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description didier.garde 2011-12-01 09:17:45 UTC
Version:           1.7 (using KDE 4.7.3) 
OS:                Linux

When i use dolphin for copying files, the speed of download is good (~10Mio/s) but the upload is slowly (~2Mio/s).
It's the same probleme when i use Dolphin on another PC.

Rem : with Fillezilla, scp or sftp in the terminal the speed of download/upload is the same.

The description (in French) is here :
http://forums.fedora-fr.org/viewtopic.php?id=55455

Reproducible: Always

Steps to Reproduce:
anytime

Actual Results:  
idem

Expected Results:  
?

Sorry for my English
The description (in French) is here :
http://forums.fedora-fr.org/viewtopic.php?id=55455
Comment 1 Andreas Schneider 2011-12-01 10:19:10 UTC
Thanks for taking the time to report this bug.

kio_sftp is using libssh. libssh provides an async api for downloads but not for uploads. Please request async upload support upstream.

https://red.libssh.org/