This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

scp no longer reports incremental progress


I am running the latest Cygwin (1.7.2) and ssh.

I notice that scp (from local to remote host) no longer shows an
incremental progress bar.  It just reports 100% completion
immediately, then I have to wait until the copy is actually done.

I've run in verbose mode, here is the output.

Did something change in this area?  I have a DSL connection at home,
so it's useful to be able to monitor upload progress.

Thanks - Jim

# scp -v dx4wawd.zip ad1c:
Executing: program /usr/bin/ssh host ad1c, user (unspecified), command
scp -v -t -- .
OpenSSH_5.4p1, OpenSSL 0.9.8n 24 Mar 2010
debug1: Reading configuration data /cygdrive/c/Home/.ssh/config
debug1: Applying options for *
debug1: Applying options for ad1c
debug1: Connecting to ad1c.us [72.52.251.152] port 22.
debug1: Connection established.
debug1: identity file /cygdrive/c/Home/.ssh/id_rsa type 1
debug1: identity file /cygdrive/c/Home/.ssh/id_rsa-cert type -1
debug1: identity file /cygdrive/c/Home/.ssh/id_dsa type -1
debug1: identity file /cygdrive/c/Home/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.9p1
debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'ad1c.us' is known and matches the RSA host key.
debug1: Found key in /cygdrive/c/Home/.ssh/known_hosts:2
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: publickey
debug1: Offering public key: /cygdrive/c/Home/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -t -- .
Sending file modes: C0644 11015296 dx4wawd.zip
Sink: C0644 11015296 dx4wawd.zip
dx4wawd.zip
               100%   11MB  10.5MB/s   00:00


-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]