English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The file is hosted on linux server.

2007-05-01 20:57:14 · 2 answers · asked by drkchaudhry 1 in Computers & Internet Programming & Design

Hi!
Thanks for the answer.
No SSH access. 3.7 GB file on linux server. I am trying available php scripts.
Dr K Chaudhry

2007-05-02 01:24:42 · update #1

With zipfiles less than 2 GB, I have been extracting files one after one, without unziping
if (strpos(strtolower("nextfile"), "wantedfile"))
{
if (zip_entry_open($zip, $zip_entry, "r"))
{
$handle=$zip_entry['fp'];
while (!feof($handle))
{
$addcon=fread($handle, 8192);
$fd=fopen($dfile,"a");
fwrite($fd,"$addcon");
fclose($fd);
}
fclose($handle);

2007-05-02 01:33:33 · update #2

2 answers

What type of access to your server do you have?

If you have ssh access then just log on and go to the directory where the file is stored type gunzip filename.zip that should unzip it. Be sure you have enough drive space for the unzipped version.. 4 gigs is a really large zip file!
Ordinarily with linux I would expect to find a .tar.gz file.
Are you sure the file is linux compatible?

2007-05-02 00:08:21 · answer #1 · answered by Tracy L 7 · 0 0

this is a few particularly loopy compression. i might assume it fairly is no longer reliable. inspite of the undeniable fact that I fairly have seen some that have been comparable. Avast caught them as "Compression Bombs" i think of they have been called, yet they weren't viruses.

2016-12-10 17:10:05 · answer #2 · answered by ? 4 · 0 0

fedest.com, questions and answers