Bugs item #3595208, was opened at 2012-12-12 05:31
Message generated for change (Tracker Item Submitted) made by realdoug
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3595208&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SCP/SFTP
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: realdoug (realdoug)
Assigned to: Daniel Stenberg (bagder)
Summary: curl only transfers 146Mb via sftp
Initial Comment:
curl only transfer 146Mb while uploading a file via sftp
opensuse 12.2
# curl -V
curl 7.28.1 (i586-suse-linux-gnu) libcurl/7.25.0 OpenSSL/1.0.1c zlib/1.2.7 libidn/1.25 libssh2/1.4.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
# uname -a
Linux test 3.4.6-2.10.1-pae #1 SMP Thu Jul 26 06:36:26 BRT 2012 (641c197) i686 i686 i386 GNU/Linux
how to reproduce:
create a file with ~160Mb
# dd if=/dev/zero of=file bs=1024 count=160000
transfer the file
# curl -k -T file -u root:pass sftp://localhost
then curl stops at 146Mb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
93 156M 0 0 93 146M 0 826k 0:03:13 0:03:01 0:00:12 0^C
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3595208&group_id=976
Received on 2012-12-12