2
I have a huge file I need to send over the Internet and I want to use SkyDrive but it has a 50MB limit per file.
How can I zip and split my file in many small (50MB) ones?
2
I have a huge file I need to send over the Internet and I want to use SkyDrive but it has a 50MB limit per file.
How can I zip and split my file in many small (50MB) ones?
4
A tool like 7-Zip or WinRAR should be able to do it. Many programs can open .7z and .rar files so your recipient shouldn't have much trouble opening it. Of the two, I would suggest 7-Zip over WinRAR.
Here's a guide to help.
1
What operating system do you use? Under *nix or Windows with Cygwin, you can compress the files into a single archive, then use the "split" command to break it into pieces of any preferred size, and "cat" to recombine them. You can also take a checksum before and after the operation to make sure everything went right.
1
WinRAR should be suitable - I use it myself and feel it really does a great job.
All you need to do is install the WinRAR software and once installed, right click on your 50MB file and select Add to Archive. Choose either RAR or ZIP then you're done!
thanx, winrar did it! :) – sebagomez – 2010-10-13T19:53:17.177