In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Dirk Maetens) wrote:

> Server A:
> PHP 4.01pl2
> Safe Mode On
> Not configured with ftp functions
> 
> Server B: ftp access, no PHP (shame)
> 
> On Server A I use output buffering to generate some simple HTML files.
> So far so good. My problem starts when I want to copy these files from
> Server A to Server B, where the public can get to them. How can I
> accomplish this? Any help (RTFM included) is as welcome as it will be

<http://www.php.net/manual/en/ref.ftp.php>  There's even an example script 
right on the first page of the chapter.  Just substitute ob_get_contents() 
where it says $source_file and you're practically done.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to