We need users to access http://www.sampleURL.com/pdfs and see an “FTP-like” listing of files. Is this possible with Domino? It would be like using ftp://www.sampleURL.com/pdfs in a browser. Thanks…
Subject: Web Access to Files (Non-Notes Dbs)
You probably need to write an agent that would get the list of documents and format the HTML on a page. We have done this sort of thing by getting a list of Notes Documents and then format a custom “view” so instead of getting the list of Notes Documents you would get the list of pdf’s and manually create the links to them.