|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2011-02-21 21:14 UTC] jani@php.net
-Package: Feature/Change Request
+Package: FTP related
[2011-02-21 21:14 UTC] jani@php.net
-Operating System: Any
+Operating System: *
[2018-06-19 20:29 UTC] nikic@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: nikic
[2018-06-19 20:29 UTC] nikic@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 10:00:01 2025 UTC |
Description: ------------ I need an ftp_append() function. The remote system I am trying to ftp to (an IBM AS400) works good with ftp_put() and ftp_get(). Because there is no ftp_append() I have tried the following: fopen("ftp://name:passwd@remote_as400/path/filename", "a"); This fails on the AS400 even though command line ftp via a terminal works with append. I think the problem is that the fopen() is passing "/path/filename" to the AS400 when it (the AS400) will only accept "path/filename". Notice the lack of the leading '/' And many thanks for a most excellent software package!!! Randy Jones Systems Administrator Great Plains Mfg., Inc. 1525 E North St Salina, KS USA 67401 email: randy@greatplainsmfg.com