[PHP] FTP Listings for HTML page

2002-12-13 Thread Randum Ian
Hi guys, I am maintaining a list of files on an FTP server and it would
be great if I could get a very simple list of all the files and their
directory names so I can generate a HTML page with the information.
 
Is this doable?
 
Randum Ian
[EMAIL PROTECTED]
DJ / Reviewer / Webmaster, DancePortal (UK) Limited 
DancePortal.co.uk - Global dance music media
 



Re: [PHP] FTP Listings for HTML page

2002-12-13 Thread Kevin Stone
Yes it is doable.
see. open_dir(); @ www.php.net

You can also find a number of premade scripts on HotScripts.com or one of
the class stores.  Do a search on Google.

-Kevin


- Original Message -
From: Randum Ian [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 13, 2002 11:38 AM
Subject: [PHP] FTP Listings for HTML page


 Hi guys, I am maintaining a list of files on an FTP server and it would
 be great if I could get a very simple list of all the files and their
 directory names so I can generate a HTML page with the information.

 Is this doable?

 Randum Ian
 [EMAIL PROTECTED]
 DJ / Reviewer / Webmaster, DancePortal (UK) Limited
 DancePortal.co.uk - Global dance music media





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




Re: [PHP] FTP Listings for HTML page

2002-12-13 Thread Jason Wong
On Saturday 14 December 2002 02:38, Randum Ian wrote:
 Hi guys, I am maintaining a list of files on an FTP server and it would
 be great if I could get a very simple list of all the files and their
 directory names so I can generate a HTML page with the information.

 Is this doable?

Yep, even without php. Just ask people to point their browser at your ftp 
site!

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
One learns to itch where one can scratch.
-- Ernest Bramah
*/


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




RE: [PHP] FTP Listings for HTML page

2002-12-13 Thread Randum Ian
Would I be able to do this for an ftp server where I have to log in?

-Original Message-
From: Kevin Stone [mailto:[EMAIL PROTECTED]] 
Sent: 13 December 2002 19:07
To: Randum Ian; [EMAIL PROTECTED]
Subject: Re: [PHP] FTP Listings for HTML page

Yes it is doable.
see. open_dir(); @ www.php.net

You can also find a number of premade scripts on HotScripts.com or one
of
the class stores.  Do a search on Google.

-Kevin


- Original Message -
From: Randum Ian [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 13, 2002 11:38 AM
Subject: [PHP] FTP Listings for HTML page


 Hi guys, I am maintaining a list of files on an FTP server and it
would
 be great if I could get a very simple list of all the files and their
 directory names so I can generate a HTML page with the information.

 Is this doable?

 Randum Ian
 [EMAIL PROTECTED]
 DJ / Reviewer / Webmaster, DancePortal (UK) Limited
 DancePortal.co.uk - Global dance music media





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



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




Re: [PHP] FTP Listings for HTML page

2002-12-13 Thread Joseph W. Goff
As long as the script has reading capabilities for the directory then yes.
- Original Message - 
From: Randum Ian [EMAIL PROTECTED]
To: 'Kevin Stone' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, December 13, 2002 1:25 PM
Subject: RE: [PHP] FTP Listings for HTML page


 Would I be able to do this for an ftp server where I have to log in?
 
 -Original Message-
 From: Kevin Stone [mailto:[EMAIL PROTECTED]] 
 Sent: 13 December 2002 19:07
 To: Randum Ian; [EMAIL PROTECTED]
 Subject: Re: [PHP] FTP Listings for HTML page
 
 Yes it is doable.
 see. open_dir(); @ www.php.net
 
 You can also find a number of premade scripts on HotScripts.com or one
 of
 the class stores.  Do a search on Google.
 
 -Kevin
 
 
 - Original Message -
 From: Randum Ian [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, December 13, 2002 11:38 AM
 Subject: [PHP] FTP Listings for HTML page
 
 
  Hi guys, I am maintaining a list of files on an FTP server and it
 would
  be great if I could get a very simple list of all the files and their
  directory names so I can generate a HTML page with the information.
 
  Is this doable?
 
  Randum Ian
  [EMAIL PROTECTED]
  DJ / Reviewer / Webmaster, DancePortal (UK) Limited
  DancePortal.co.uk - Global dance music media
 
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


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