My question is: How to search file in other pc connected through lan in java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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. |
|||||
|