Q: Need tip on compressing files.

  • Thread starter Thread starter Martin Arvidsson, Visual Systems AB
  • Start date Start date
M

Martin Arvidsson, Visual Systems AB

Hi!

I have a service running on a main server.

What i want to do is to compress the files before i send them to an FTP
site.
Is there a built in compression tool in the .NET Framework 2.0 or do i have
to use the
zip functionallity.

Anny suggestions, links are warmly welcome...

Regards
Martin
 
Hello Martin Arvidsson, Visual Systems AB,


Use System.IO.Compression.GZipStream
or SharpZipLib http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

M> Hi!
M>
M> I have a service running on a main server.
M>
M> What i want to do is to compress the files before i send them to an
M> FTP
M> site.
M> Is there a built in compression tool in the .NET Framework 2.0 or do
M> i have
M> to use the
M> zip functionallity.
M> Anny suggestions, links are warmly welcome...
M>
M> Regards
M> Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top