Hi,
I've just configured and installed sucessfully PHP 4.2.2 on my AIX server.
Everything works good, except when I want to connect to a FTP server within
a PHP script.
I compiled PHP using the --enable-ftp option and phpinfo() tells me that FTP
support is enabled.
Here is a simple script I trie
On Tue, Apr 24, 2001 at 10:10:58AM -0400, Chad Day wrote:
> I'm trying to write a script to ftp the contents of one directory structure
> onto another server.. I'm having problems recursing the directories, either
> it a) doesn't do it or b) gets stuck in a loop.
>
> Here's the function I'm havin
I'm trying to write a script to ftp the contents of one directory structure
onto another server.. I'm having problems recursing the directories, either
it a) doesn't do it or b) gets stuck in a loop.
Here's the function I'm having the problem with..
function recurseUp()
{
global $conn_i
3 matches
Mail list logo