Re: ** ssh to copy/ftp files with compress

From: Jared Still <jkstill_at_gmail.com>
Date: Wed, 24 Feb 2010 08:19:56 -0800
Message-ID: <bf46381002240819lb16cf2fqdea16dd544db7cb6_at_mail.gmail.com>



On Tue, Feb 23, 2010 at 10:38 PM, A Joshi <ajoshi977_at_yahoo.com> wrote:

> hi,
> can someone give example for ssh to copy/ftp files with compress across
> servers. i did find some eg on net
>
> scp [-Cr] /some/file [ more ... ] host.name:/destination/file
> and -C is for compress - will this use compress? is there a way to use gzip
> and tell degree of compress. any other suggestion.our network is very slow.
> thanks.
>
>
>
>

ssh uses zlib -
http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Compression.html

scp -C my_file somehost:someuser:~/somedir

Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist Oracle Blog: http://jkstill.blogspot.com Home Page: http://jaredstill.com

> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Feb 24 2010 - 10:19:56 CST

Original text of this message