php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #25422 Zip Files Remote
Submitted: 2003-09-07 21:30 UTC Modified: 2003-09-08 03:57 UTC
From: iwarner at triangle-solutions dot com Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 4.3.3 OS: Win XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: iwarner at triangle-solutions dot com
New email:
PHP Version: OS:

 

 [2003-09-07 21:30 UTC] iwarner at triangle-solutions dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-08 03:57 UTC] wez@php.net
This is not possible unless you write a custom protocol to do so.
Since there is no standard for this, it doesn't belong in PHP, so it won't be in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 20:01:35 2024 UTC