my scp commands do hang at 100% before the finish (some seconds), The output I get using -vvv is this: http://paste.pocoo.org/show/137504/

Any ideas?

link|improve this question
feedback

migrated from stackoverflow.com Sep 1 '09 at 21:35

This question came from our site for professional and enthusiast programmers.

2 Answers

In my experience this is just because the % indicates how much data has been queued up to send to the remote server, and unless you're on a fast link you'll have to wait a little while for the network to actually finish sending it.

link|improve this answer
oddly enough that only happens for some servers, and my network connection is the same for all of them… – Florian Apolloner Sep 5 '09 at 18:32
Are those servers on the same network too? If not, they may each have varying down-link capacities and speeds. – ayaz Mar 9 '10 at 7:04
feedback

I believe the files may be integrity checked before the transfer completes, all the connections and open buffers have to close as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown