How to search file in other pc connected through lan in Java?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I wouldn’t even try. I would execute a task at the remote node to search locally. You will regret this from both a performance point of view and a reliability point of view. In my experience it is a major mistake for applications to deal with remote file systems in any way whatsoever.