![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compress in UNIX ftp the uncompress in windows server | Codesearcher | Shell Programming and Scripting | 3 | 05-28-2009 12:39 PM |
| unix script to takes the old data from a TXT file and compress them into new file | vpandey | Shell Programming and Scripting | 2 | 03-05-2008 11:10 AM |
| compress a file in unix | rujupriya | UNIX for Dummies Questions & Answers | 5 | 05-24-2006 08:05 AM |
| Compress while wrting to a file using a unix pipe | booyena1 | HP-UX | 2 | 10-26-2005 12:52 AM |
| Compress in Unix | Sasuke | UNIX for Dummies Questions & Answers | 1 | 10-10-2003 07:18 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 produces error. Please suggest me for my requirement. ~Sakthifire |
|
|||||
|
That's because of a limitation in the ZIP format specification (see Info-ZIPs FAQ). The algorithm ZIP uses uses 32bit pointers, which limits the file size to 2^32 Bytes, or 4 GB.
|
|
||||
|
Last edited by mkastin; 3 Weeks Ago at 12:22 PM.. |
![]() |
| Bookmarks |
| Tags |
| compress, windows, zip |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|