How to Automatically Create Links to all files in a folder?

  • Thread starter Thread starter tmb
  • Start date Start date
T

tmb

I'm trying to set up a site so that when the client ftp's files to a
particular folder...

A link to those file automatically shows up on their homepage.

This removes the risk of the uninformed client accidentally messing up the
home page.

Anyone know how this could be done?

Thanks for any help.

Will
 
-----Original Message-----
I'm trying to set up a site so that when the client ftp's
files to a particular folder...

A link to those file automatically shows up on their
homepage.

This removes the risk of the uninformed client
accidentally messing up the home page.

Anyone know how this could be done?

If crudeness is acceptable, ask the server admin to turn
on Directory Browsing for the folder in question. Then,
build a link somewhere to that folder.

Otherwise, you'd need to write an ASP page that examines
the folder in question and generates a set of links. To
get started, refer to these MSKB articles: 218606, 272662.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Anyone know how this could be done?

It oculd be done using a server-side programming technology such as ASP or
CGI.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Back
Top