Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys...
I want to backup files in my server. But first I want to compress to all files with zip or rar on server. Later I will download to this zip file with ftp in C# Windows Forms. How to do it ? Are there zip on server library or classes ?
Posted

Thanks Changed my mind this subject. I first downloading to all files in remote server with ftp class later this files compress with GZipStream.
 
Share this answer
 
There is the GZipStream[^] class: check out the code sample.
 
Share this answer
 
Comments
truvali89 21-Feb-13 3:43am    
Thank you but this class only compress files in my computer. I want to compress files in remote server before dowloading.
CPallini 21-Feb-13 3:57am    
I assumed you were coding for the server. If you have no control on the server software how could you perform the task?
truvali89 21-Feb-13 4:20am    
I have no idea could I perform the task so Waiting for your suggestions

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900