This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes How to pass user credentials using Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How to pass user credentials using Java" Watch "How to pass user credentials using Java" New topic
Author

How to pass user credentials using Java

Sim Kim
Ranch Hand

Joined: Aug 06, 2004
Posts: 268
Hi,

I want to access a File which is on a different machine using Java . I need to pass Username and Password so that I can access the file .

How can I do this ?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
What kind of file system is this?

If it's SMB, have a look at the jCIFS library, which emulates the java.io.File API for SMB filesystems. Its SmbFile class lets you open files with username/password.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to pass user credentials using Java
 
Similar Threads
Access Content from remote FileShare
access different file system
unix filepath to file class
access different file system
Pulling file via HTTP URL - Uses Authentication