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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC