Posted By:
Mike_Bibby
Posted On:
Saturday, April 30, 2005 03:49 AM
Hi,
I need some help. Actually I am trying to build a Web App (JSP/Servlets only) for Intranet use, which list all the files in a specific directory on some specific server (DONE THIS PART), want to use LDAP Authentication (
NEED SOME HELP ON THIS HOW TO IMPLEMENT THIS
).
Along with the filenames I also parse each file and extract and show some data in-front of the filenames (DONE SHOWING IN A TABLE).
The user then can select any one of the files click a button and this should move the selected file to some other server. (WORKING ON IT)
Thanks