On Fri, Nov 21, 2003 at 12:45:10AM +0200, redbaron wrote: > > Hi All, > > I any of you know "expand" device an his way of work
No. Any pointers? > I'm looking for a solution like the "expand" device gives... > The "expand" learn patterns of communication and "find" the best way to > compass them, SSH is a "stupid" compass (he wont learn and wont improve any > more then the first time I will start the service). > SSH can't compress binary files so wall as the "expand" (based on experience > of SCP whit and without compression). Sure ssh can compress (uncompressed) binaries: ssh does gzip compression on its stream. BTW: 'rsync -z -e ssh' is also useful . Syntactically it is basically a [rs]cp replacement. -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
