LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 19 Jan 2007 10:50:47 +0100
Reply-To:     Martin Gregory <gregorym@T-ONLINE.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Martin Gregory <gregorym@T-ONLINE.DE>
Organization: T-Online
Subject:      Re: compress on UNIX, then uncompress on PC
Comments: To: sas-l@uga.edu
In-Reply-To:  <200701181227.l0IBkOUc030826@mailgw.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Doug Mcallaster wrote: > Folks, > > I am ftping SAS transport files from unix (AIX) host to PC (WinXP). > > I'd like to use the unix compress utility on AIX, > FTP the compressed file to PC, > and then uncompress it on the PC? > > I.e, is there a compatible uncompress utility available on PC? > > Thx, Doug

There a collection of unix utilities compiled for Win32 available at http://unxutils.sourceforge.net/ and this includes compress.

It might also be worth checking the windows compression tool you use, some support many unix compression formats. The only one I've seen not supported in the tool I was using (winzip) was bzip2.

Also, check if your AIX has zip - this can write the pkzip format used by most windows tools.

-Martin


Back to: Top of message | Previous page | Main SAS-L page