php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #1640 Adding an APPEND mode to fwrite for FTP
Submitted: 1999-06-30 17:12 UTC Modified: 1999-11-21 21:42 UTC
From: A dot Langhorst at itbnet dot de Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0.11 OS: All
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: A dot Langhorst at itbnet dot de
New email:
PHP Version: OS:

 

 [1999-06-30 17:12 UTC] A dot Langhorst at itbnet dot de
On question Jim Winstead told me that APPENDEDNIG to FTP files isn?t possilbe, because it?s not yet implemented, although APPEND is available as a FTP command.
APPENDING to an existing file would be a great enhancement, because one does not have to cache the whole file, appending stuff to the cache, deleting the old file and then creating it once again.

So a function (or mode) would be great, that supports appending content at the preferred position to a file.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-01 12:27 UTC] A dot Langhorst at itbnet dot de
I just realized that there is probably missing much more. I could not delete, rename nor overwrite existing files
via ftp, that is very bad.
 [1999-11-21 21:42 UTC] sas at cvs dot php dot net
The new ftp module by Andrew Skalski should satisfy your needs.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 17:01:33 2024 UTC