|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-01 11:47 UTC] hholzgra@php.net
[2002-10-01 21:50 UTC] wez@php.net
[2002-10-02 00:49 UTC] len at padilla dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 17:00:01 2025 UTC |
$file = fopen('ftp://user:pass@vax/DIR$NAME:filename','r'); ./configure \ --with-apache=../apache_1.3.9 \ --with-mysql=/usr/local/mysql \ --with-ftp \ --enable-track-vars No php3.ini. Pasting the first arg (ftp://user:pass@vax/DIR$NAME:filename) into Netscape's location box works fine. fopen('ftp.....) works fine with other (Linux, DigitalUnix, AIX, FreeBSD) machines. Retrieving the file with the new ftp_* php functions works, but I want the retrieved contents shoved into a var, not a file.