|
-
Jan 25th, 2006, 10:28 AM
#1
Thread Starter
Member
[RESOLVED] make .tar.gz files with .NET?
hey!
how can i compress some files to .tar.gz with vb.NET?
Thanks!
Last edited by frix199; Jan 25th, 2006 at 10:32 AM.
Reason: [ding][/ding]
Human beings are a disease, a cancer of this planet, you are a plague, and we are the cure.
-
Jan 25th, 2006, 01:23 PM
#2
Thread Starter
Member
Re: make .tar.gz files with .NET?
ok, even compress them in .zip or .rar???
thanks!
Human beings are a disease, a cancer of this planet, you are a plague, and we are the cure.
-
Jan 25th, 2006, 01:37 PM
#3
Re: make .tar.gz files with .NET?
Winzip has a utility for command line compression, but you have to buy the pro version. Our company uses a product called dynazip, that ships with .Net classes, also not free. WinRar is free, and as I recall supports command line commands. I don't beleive a compression class was built into the framework, so for a free solution check winrar first.
-
Jan 25th, 2006, 04:51 PM
#4
Re: make .tar.gz files with .NET?
-
Jan 26th, 2006, 07:38 AM
#5
Thread Starter
Member
Re: make .tar.gz files with .NET?
Human beings are a disease, a cancer of this planet, you are a plague, and we are the cure.
-
Jan 26th, 2006, 07:46 AM
#6
Re: [RESOLVED] make .tar.gz files with .NET?
I've made a CodeBank submission that wraps #ZipLib and makes it much friendlier to use, or at least I think so. There's a link in my signature if you're interested. Also note that .NET 2.0 does provide some compression support natively. I haven't investigated it fully so I'm not sure how extensive it is, but I have read that it has been designed to be extensible, so we should see some third-party extensions that provide support for more than just the initial BZip.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|