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-

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 sc

RE: [PHP] ftp browsing

2003-02-23 Thread 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 ju

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

[PHP] ftp browsing

2003-02-23 Thread Matt Palermo
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