Results 1 to 6 of 6

Thread: [RESOLVED] make .tar.gz files with .NET?

  1. #1

    Thread Starter
    Member frix199's Avatar
    Join Date
    Dec 2005
    Location
    Thessaloniki, Greece iamthebest: True
    Posts
    59

    Resolved [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.

  2. #2

    Thread Starter
    Member frix199's Avatar
    Join Date
    Dec 2005
    Location
    Thessaloniki, Greece iamthebest: True
    Posts
    59

    Unhappy 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.

  3. #3
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    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.

  4. #4
    Fanatic Member Andy_P's Avatar
    Join Date
    May 2005
    Location
    Dunstable, England
    Posts
    669

    Re: make .tar.gz files with .NET?

    Using Windows XP Home sp3
    Mucking around with C# 2008 Express
    while ( this.deadHorse ) { flog( ); }


  5. #5

    Thread Starter
    Member frix199's Avatar
    Join Date
    Dec 2005
    Location
    Thessaloniki, Greece iamthebest: True
    Posts
    59

    Re: make .tar.gz files with .NET?

    Thanks!!!


    Human beings are a disease, a cancer of this planet, you are a plague, and we are the cure.

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width