Results 1 to 1 of 1
Thread: Scannig for shared files
- 11-07-2009, 11:29 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 1
- Rep Power
- 0
Scannig for shared files
If anybody knows how to scan computers in the local area network please, answer, I'll thank you very much.
The problem is that I can't scan computers based on Linux/Unix operating systems using SMB protocol( smb provides scanning only windows shared files). It throws exception that computer wasn't found
e.g.
10.41.0.1 - address of server based on Debian
SmbFile f = new SmbFile("smb://10.41.0.1" /*, auth*/);
String[] flist = f.list();
This code doesn't work
Can you tell me please what protocol I must use for getting a list of shared files and write an example....
Similar Threads
-
How to access shared mailboxes using JavaMail
By anky-pop in forum Advanced JavaReplies: 0Last Post: 08-27-2009, 01:17 PM -
how to access shared file/folder in LAN
By ksheetiz in forum NetworkingReplies: 1Last Post: 05-24-2008, 04:54 AM -
Shared Scientific Toolbox in Java 1.01
By Java Tip in forum Java SoftwareReplies: 0Last Post: 05-08-2008, 06:53 PM -
Shared Scientific Toolbox in Java 1.00
By Java Tip in forum Java SoftwareReplies: 0Last Post: 04-10-2008, 04:16 PM -
Shared Scientific Toolbox in Java 0.99
By JavaBean in forum Java SoftwareReplies: 0Last Post: 03-16-2008, 08:38 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks