How to read my files on a network drive from a JSP

Asked By 20 points N/A Posted on -
qa-featured

Hi expert, I need a help.

I want to read my files on a network drive from a JSP.

Is there specific software to read these files?

If you know please send the download link.

And send some helping tutorial explanations for how to use that software and explain other Special features, Main advantages and disadvantages.

SHARE
Best Answer by Wade S Veith
Answered By 30 points N/A #157341

How to read my files on a network drive from a JSP

qa-featured

To read files on a network drive from JSP, try the steps below:

1. Make a new local user titled as TOMCAT for instance.

2. Encrypt it with a password.

3. Run the Tomcat service from that user's credentials.

4. Make a local user with similar name and password on another machine that you wish to access.

5. Ensure that the local user has the permissions to access your target folders.

Best Answer
Best Answer
Answered By 65 points N/A #157342

How to read my files on a network drive from a JSP

qa-featured

Hello,

JCIFS is a highly popular API.

JCIFS is an Open Source Client Library that implements the CIFS/SMB networking protocol in 100% Java.

CIFS is the standard file sharing protocol on the Microsoft Windows Platform.

It has been tested under Microsoft Windows,  Mac and Linux platforms.

If you want to download it, just visit jcifs.samba.org

Related Questions