From:             iwarner at triangle-solutions dot com
Operating system: Win XP
PHP version:      4.3.3
PHP Bug Type:     Feature/Change Request
Bug description:  Zip Files Remote

Description:
------------
Hi,

I just wanted to request some way of Remotly opening and editing a ZIP or
other Compressed File.

The Fopen feature allows this via HTTP and FTP.

My problem is that I have large Zip files, I need to FTP in and then Open
them and then edit a file within it and then save the Zip.

Downloading, editing then uploading seems a waste of bandwith and time to
me.

Thanks for your help on this matter.

Regards

Ian Warner

Reproduce code:
---------------
Zopen similar to this

$handle = fopen
('ftp://'.$ftp_username.':'.$ftp_password.'@'.$ftp_server.'/'.$_POST['file'],
'rb');

Expected result:
----------------
Zip file is opened remotly and contents are able to be edited.

Actual result:
--------------
Nothing

-- 
Edit bug report at http://bugs.php.net/?id=25422&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25422&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25422&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25422&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25422&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25422&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25422&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25422&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25422&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25422&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25422&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25422&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25422&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25422&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25422&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25422&r=gnused

Reply via email to