![]() |
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 |
| diff on compressed files with tar.gz ext | rakeshou | UNIX for Dummies Questions & Answers | 7 | 09-20-2007 02:27 PM |
| Line count for compressed files | swamy455 | Shell Programming and Scripting | 1 | 08-02-2007 10:40 PM |
| delete compressed files from year 2005 | igidttam | UNIX for Dummies Questions & Answers | 5 | 03-23-2007 04:42 PM |
| Best practice for bulk multi-part mail | begin23 | UNIX for Dummies Questions & Answers | 0 | 12-22-2006 02:47 PM |
| import compressed files using pipe | pengwyn | UNIX for Dummies Questions & Answers | 0 | 07-19-2005 02:57 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
multi part compressed files
Hi there,
not sure if I am in the right place but here is my question. I have a file that is over 100mb and my host does not allow FTP of files above 100mb so I thought I would use a compression utility to compress it into smaller parts say 10mb each, upload them and then re-assemble them on the server back in to the 1 large file. So first off what is the best or easiest software to create multi part compressed files, and what format should I use. Second is how do I re-assemble the files once they are on my server, I do have SSH access if this helps. My host says it is UNIX based. |
|
||||
|
1.- You can use the split command
split -b Number [ k | m ] [ -a SuffixLength ] [ File [ Prefix ] ]2.- You send all files it using FTP. 3.- Then you can use the cat command cat xaa xab xac ... ... ... > Filename-to-be-joined |
|
||||
|
I have unzip on the server so used winzip to create multi part files, uploaded to server, logged in and used command.....
unzip filename.zip the following was received.... [****.net@*****]$ unzip robbie.zip Archive: robbie.zip warning [robbie.zip]: zipfile claims to be last disk of a multi-part archive; attempting to process anyway, assuming all parts have been concatenated together in order. Expect "errors" and warnings...true multi-part support doesn't exist yet (coming soon). file #1: bad zipfile offset (local header sig): 4 [***.net@****]$ I made this archive on my windows xp machine and then uploaded to my host which I am sure in unix/linux, will it be easier or better using another format rather than zip/rar as I dont seem to be having any luck with this? Last edited by gffb; 02-06-2008 at 06:31 PM.. Reason: spelling |
|
||||
|
See following thread on fsplit:
Split files using Csplit |
![]() |
| Bookmarks |
| Tags |
| linux, linux mandrake, solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|