|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Accessing shared files and folders on LAN in java
Hi everybody,
can anyone tell me the code in JAVA to access shared files and folders on LAN. I want all the files and folders shared by specific computer using JAVA please tell me the code. My project in LAN Search Engine Please help me - harry123 |
|
#2
|
||||
|
||||
|
shared files
Hi harry123, welcome to the forums,
I am confused. Are you looking for a JAVA solution or a javascript solution? "Search engine"? I think the best way would be to use your systems "administrator" functions to do this, most likely you just need to find out where the utility is. |
|
#3
|
|||
|
|||
|
help
hi
actually i am looking for java solution can you please tell me the code for that????? -harry |
|
#4
|
||||||
|
||||||
|
shared files
After you log on to your server enter either
net file Quote:
net share Quote:
net status Quote:
net view Quote:
|
|
#5
|
|||
|
|||
|
help
hi,
There is error displayed on screen "system error 5 has occured Access is denied " when i typed net file or net share on prompt When i typed net view on prompt it will display names of computers on LAN and also folders in computers when i type net view \\compname but cannot get names of suibfolders in it. Please tell me about errors occured after net file ,net share commands |
|
#6
|
||||
|
||||
|
permission
Those commands require high level permissions since they "close files, create, delete, modify" etc.
There are several other possible reasons as well.
Code:
\\computername /user:username |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > Accessing shared files and folders on LAN in java |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|