Unzip files

Discussion in 'ASP.NET / ASP.NET Core' started by timobak, Sep 27, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    i want to unzip files I get via FTP on my webspace within VB language. As fas as I heard fro support team unzipping is not allowed on discountasp servers.

    Does anybody know a workaround. How do you unzip files on discountasp server ?

    Thanks for help,
    Timo
     
  2. There's some sample code I wrote for zipping files detailed in this thread: http://community.discountasp.net/showpost.php?p=30391&postcount=5

    The zip functionality I used is provided by the ICSharpCode.SharpZipLib assembly so if you're developing VB.NET it should be fine. You'll just have to write a bit of code to perform your unzip operation.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page