Re: ** ssh to copy/ftp files with compress
Date: Wed, 24 Feb 2010 18:54:08 +0100
Message-Id: <DEAD521B-0FA7-4ECB-86C8-6F7A1818D446_at_gmail.com>
take a look at the manpage of the options of ssh: man ssh_config the options of ssh (ssh -o, take a look at man ssh for this) are described in the manpage of ssh_config
frits
On Feb 24, 2010, at 5:19 PM, Jared Still wrote:
> 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-lReceived on Wed Feb 24 2010 - 11:54:08 CST