[aprssig] Web page index?
Jim (List) jim.list at stuckinthemud.orgSat Nov 19 14:09:42 UTC 2011
- Previous message: [aprssig] Web page index?
- Next message: [aprssig] Web page index?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There is no such thing as "HTML to cause a directory listing", it's links on an HTML page to the underlying files. True directory browsing is a server-enabled function, and a security risk so it's very rare to find any that do allow it (in my experience, those who do are small / home ISP's who don't realise the risk or haven't realised it's on). It can be done on-the-fly through PHP/ASP/etc. (depending on the server technology), where you get a list of files programmatically and create the HTML links in code. However direct script access to the file system is another security risk (big one!) and normally barred. Jim -----Original Message----- > Anyone know the HTML to cause a directory listing?
- Previous message: [aprssig] Web page index?
- Next message: [aprssig] Web page index?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the aprssig mailing list
