|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-09-08 03:57 UTC] wez@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 21:00:01 2025 UTC |
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