|
|||||||||||
|
Re: SSH1 and large files on 32-bit platforms
From: Frank S. Bernhardt <frank(at)bcsi.ca>
Date: Tue Mar 25 2003 - 14:27:54 EST If the files are large you may want to compress them first to save bandwidth: tar cf - directories | compress | ssh remotehost 'uncompress | tar xf -' You must quote the remote commands for this to work. You care replace compress/uncompress with any other utility like bzip2/bzcat or whatever.
Atro Tossavainen wrote:
>>Try piping the files. It doesn't allow multi-file transfer but at >>least it works with out a rebuild. > > > Yes, there's always the option of teaching folks to look for alternative -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton Court Markham, ON. L3P 6R3 905-471-1691 Voice 905-471-3016 FAX frank@bcsi.caReceived on Tue Mar 25 15:53:16 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:56 EDT |
||||||||||
|
|||||||||||