RE: [PHP] ftp browsing

2003-02-23 Thread Rich Gray
 -Original Message-
 From: Matt Palermo [mailto:[EMAIL PROTECTED]
 Sent: 23 February 2003 09:46
 To: [EMAIL PROTECTED]
 Subject: [PHP] ftp browsing


 I have a php script that is like and ftp client, only is just browsers the
 server and displays file names and folders.  If you click on the name of a
 folder that it displays, it will then display the files and folders inside
 that directory, and so on for all directories.  It works perfectly when I
 connect to my internet hosting company through ftp to browse, but
 it doesn't
 work right when I connect to my personal ftp server.  I have tried using
 both Serv-U and Bulletproof ftp servers to host my ftp site.  The script
 won't display my server correctly with either of these.  Can
 anyone give me
 some advice?  I would really appreciate it.  Thanks.

 Matt

What version of PHP are you running on your personal ftp server? Is your
personal server Win32? There was a bug with ftp_nlist()/ftp_rawlist() on
Windows that wasn't fixed till v4.3.x IIRC
Rich


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] ftp browsing

2003-02-23 Thread Matt Palermo
I am using Windows XP Pro, and I am using Serv-U to run my FTP server.
It is just a server running from my machine.  Is it supposed to have PHP
installed somewhere?

-Original Message-
From: Rich Gray [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 23, 2003 9:05 PM
To: Matt Palermo; [EMAIL PROTECTED]
Subject: RE: [PHP] ftp browsing

 -Original Message-
 From: Matt Palermo [mailto:[EMAIL PROTECTED]
 Sent: 23 February 2003 09:46
 To: [EMAIL PROTECTED]
 Subject: [PHP] ftp browsing


 I have a php script that is like and ftp client, only is just browsers
the
 server and displays file names and folders.  If you click on the name
of a
 folder that it displays, it will then display the files and folders
inside
 that directory, and so on for all directories.  It works perfectly
when I
 connect to my internet hosting company through ftp to browse, but
 it doesn't
 work right when I connect to my personal ftp server.  I have tried
using
 both Serv-U and Bulletproof ftp servers to host my ftp site.  The
script
 won't display my server correctly with either of these.  Can
 anyone give me
 some advice?  I would really appreciate it.  Thanks.

 Matt

What version of PHP are you running on your personal ftp server? Is your
personal server Win32? There was a bug with ftp_nlist()/ftp_rawlist() on
Windows that wasn't fixed till v4.3.x IIRC
Rich




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] ftp browsing

2003-02-23 Thread Rich Gray
 I am using Windows XP Pro, and I am using Serv-U to run my FTP server.
 It is just a server running from my machine.  Is it supposed to have PHP
 installed somewhere?

OK I've probably misunderstood - I assumed you were running your PHP scripts
locally - what platform are you running the PHP scripts on and what version
of PHP is it?

Rich


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] ftp browsing

2003-02-23 Thread Matt Palermo
The web server is RedHat Linux and it's PHP version 4.2.3.

-Original Message-
From: Rich Gray [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 23, 2003 9:21 PM
To: Matt Palermo; [EMAIL PROTECTED]
Subject: RE: [PHP] ftp browsing

 I am using Windows XP Pro, and I am using Serv-U to run my FTP server.
 It is just a server running from my machine.  Is it supposed to have
PHP
 installed somewhere?

OK I've probably misunderstood - I assumed you were running your PHP
scripts
locally - what platform are you running the PHP scripts on and what
version
of PHP is it?

Rich




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php