X-Spam-Check-By: sourceware.org
Message-ID: <61f6f4390511281238o1e512ef8i14647828fcf32c@mail.gmail.com>
Date: Mon, 28 Nov 2005 15:38:24 -0500
From: Jim Drash <jim.drash@gmail.com>
To: cygwin@cygwin.com
Subject: Re: How to improve scp speed?
In-Reply-To: <BAY105-F1712F63D69D7E18764524FE9480@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <BAY105-F1712F63D69D7E18764524FE9480@phx.gbl>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id jASKcUDc006145

File transfers in scp are encrypted and encryption is CPU intensive.
Either your local workstation or your server might not be able to
encrypt file transfer stream at the same speed, your connection is
able to transfer it. You may try to choose different encryption
algorithm on Login dialog. Blowfish is usually a lot faster than AES.
Also SSH-1 is in general less CPU intensive than SSH-2. SCP protocol
is usually faster than SFTP too.

On 11/28/05, lin q <linq936@hotmail.com> wrote:
> Hi,
>   I have 2 Windows XP machines installed with latest cygwin. In using scp to
> copy some large chunk of data, I find that the speed is never over 180KB/s.
> The 2 machines are on the same giga bit sub network.
>
>   I wonder if I can do something to improve the speed?
>
> Thanks.
>
> _________________________________________________________________
> Don't just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

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


