Gzipped files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Berislav Lopac

    Gzipped files

    I'm trying to make a script with which I would be able to compress a number
    of files in a single archive, upload that archive, and then uncompress it
    on the server and put the files where I want them. The problem is that my
    hosting server doesn't have installed the ZIP library, so I have to use
    ZLIB, ie. the GZIP-ed files.

    I have problem ungzipping the archive on the server; I'm unable to get the
    original files back. Anoyne has an idea?

    Thanks,

    Berislav
  • rush

    #2
    Re: Gzipped files

    "Berislav Lopac" <berislav.lopac @dimedia.hr> wrote in message
    news:1kyykxpy8j 10b$.ojddgx2kvs bm$.dlg@40tude. net...[color=blue]
    > I have problem ungzipping the archive on the server; I'm unable to get the
    > original files back. Anoyne has an idea?[/color]

    I could easily be wrong on this, but I _think_ that phpWiki does something
    like that. So if you are stuck, maybe downloading phpWiki code would help,
    or give you some ideas.

    rush
    --



    Comment

    • Berislav Lopac

      #3
      Re: Gzipped files

      On Wed, 15 Sep 2004 19:17:25 +0200, rush wrote:
      [color=blue]
      > "Berislav Lopac" <berislav.lopac @dimedia.hr> wrote in message
      > news:1kyykxpy8j 10b$.ojddgx2kvs bm$.dlg@40tude. net...[color=green]
      >> I have problem ungzipping the archive on the server; I'm unable to get the
      >> original files back. Anoyne has an idea?[/color]
      >
      > I could easily be wrong on this, but I _think_ that phpWiki does something
      > like that. So if you are stuck, maybe downloading phpWiki code would help,
      > or give you some ideas.[/color]

      Hvala, uspjelo je!

      Berislav

      Comment

      Working...