Unix compress-Wintel uncompress


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Unix compress-Wintel uncompress
# 1  
Old 08-15-2003
Question Unix compress-Wintel uncompress

Is it possible to compress a large Unix file (16GB), then FTP it to a Wintel machine running XP then uncompress?

I have already attempted to FTP the 16GB file but it stops at 4GB because XP FAT32 formtted drives will only allow 4GB file sizes.

The 16GB file in Unix(Solaris) compresses to less than 4GB but
NTFS formatted dirves will allow unlimited file sizes.

Ideally I would like to compress the Unix file to less than 4GB, FTP it to XP, then uncompress on an NTFS formatted drive.

Can this be done?
# 2  
Old 08-16-2003
Not too many file types can compress from 16GB to 4GB. Generally we don't see four to 1 compression ratios.

With regard to compression utlilites, there are many utilities that will compress on UNIX in a format that can decompress on XP.

I use gunzip on UNIX platforms and everyones favorite winzip on XP, both ways (compress or decompress either way). Works perfect.
# 3  
Old 08-23-2003
Possibly a rar or ace archive that could break the large file down in to several smaller files and then recompile it back on the windows side.
# 4  
Old 09-07-2003
Just a slight correction....

You would use gunzip for uncompressing a file, you would use gzip for compression.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

[Solved] how to compress and uncompress the files beween HP UX and Linux OS

I have file with large size in HP-UX os. I need to compress on HP-UX and ftp to linux server and i need to uncompress the files. How can i do this? Any help is highly appreciated.. (3 Replies)
Discussion started by: govindts
3 Replies

2. UNIX for Advanced & Expert Users

MVS compression that unix can uncompress

Dear all, I have been given the opportunity at the last minute to help on a project. There is a need to move some very large files from an MVS machine to an AIX one. The servers are remote with (I think) a 2Meg network pipe between them. The people on the project have been moving small... (1 Reply)
Discussion started by: rbatte1
1 Replies

3. Shell Programming and Scripting

unix to wintel

i have to do the below thing in wintel, can someone plz explain me how to do this ? grep "12may2011" /home/inf/msi/*.pdf grep "12may2011" /home/inf/msi/*.pdf | mv /home/temp/ { } and the resultant files i have to move to /home/temp/ how can i gerenate this script in wintel (... (2 Replies)
Discussion started by: mail2sant
2 Replies

4. UNIX for Dummies Questions & Answers

Issue: Compress in unix server and FTP to windows and open the compress file using Winzip

Hi All ! We have to compress a big data file in unix server and transfer it to windows and uncompress it using winzip in windows. I have used the utility ZIP like the below. zip -e <newfilename> df2_test_extract.dat but when I compress files greater than 4 gb using zip utility, it... (4 Replies)
Discussion started by: sakthifire
4 Replies

5. Programming

Uncompress a gzip and bzip file using java on unix solaris environment

Hi, I need to uncompress a gzip and bzip file using java on unix solaris environment. I also need to retreive the header information of the file inorder to differentiate between gzip and bzip file. Please help Pooja (0 Replies)
Discussion started by: wadhwa.pooja
0 Replies

6. Shell Programming and Scripting

Compress in UNIX ftp the uncompress in windows server

Hi all, I need a shell script that will compress all the files in the UNIX box say /output/foldre/OUT/*.out. 1. I need to compress all the .out files present in this path. 2. The compressed files shuld be FTPed to Windows server say C:\Myfiles 3. Then the FTPed files should be... (3 Replies)
Discussion started by: Codesearcher
3 Replies

7. Shell Programming and Scripting

Listing uncompress and compress files

How can i list uncompress files and compress those and also vice versa suppose im listing the compressed files as ls -ltr *.Z. how can i list the uncompressed files using not *.Z. (1 Reply)
Discussion started by: laknar
1 Replies

8. UNIX Desktop Questions & Answers

file zip,rar,tar,compress,uncompress,unzip,unrar

i want know how to compress and uncompress file using unix, compress uncompress,zip,unzip,rar,unrar,how its work and more about this.:confused: (1 Reply)
Discussion started by: ismael xavier
1 Replies

9. UNIX for Dummies Questions & Answers

uncompress in unix

Hi all, I have compressed a file in windows platform using 7zip into tar.z format. I try to uncompress in Unix using uncompress command. It doesn't work. Can anyone tell me wether there is any tools I can use in windows to generate a Tar.Z file which can be uncompress in unix. From Icestone (1 Reply)
Discussion started by: icestone
1 Replies

10. UNIX for Dummies Questions & Answers

Compress in Unix

I tried Compress ; gzip and bzip . And they don't always compress files to small . Can someone tell me if there is any compress tool better than those ? thanks (1 Reply)
Discussion started by: Sasuke
1 Replies
Login or Register to Ask a Question