curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Reg curl scp upload progress meter display

From: murugan balraj via curl-users <curl-users_at_cool.haxx.se>
Date: Fri, 1 May 2020 17:04:07 +0530

Hi ,
I am facing issue in getting progress percentage display for "scp" upload.
I tried scp file upload with password based authentication.

# curl -# -T testlog.txt scp://192.168.200.9/home/myusername/
<http://192.168.200.9/home/murugan/> --user "myusername:mypassword"
*##O=# #*
#

I have tried the same with sftp, for sftp progress percentage is displayed
correctly.
# curl -# -T testlog.txt sftp://192.168.200.9/home/myusername/
<http://192.168.200.9/home/murugan/> --user "myusername:mypassword"
######################################################################################################
100.0%
#

I have also tried scp download , progress meter is working without any
issues.

#curl --version
curl 7.68.0 (i686-buildroot-linux-gnu) libcurl/7.68.0 OpenSSL/1.0.2q
zlib/1.2.11 libssh2/1.9.0
Release-Date: 2020-01-08
Protocols: file ftp ftps http https scp sftp tftp
Features: AsynchDNS HTTPS-proxy IPv6 Largefile libz NTLM SSL TLS-SRP
UnixSockets
#

Is this something to do with my environment ? Please share your
views/directions. Thanks.

Regards ,
Murugan

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-05-01