Access shared folder
Visual Basic
4
Posts
3
Posters
0
Views
1
Watching
-
How are you establishing the connection to the remote machine, using what connectivity? FTP? HTTP? NTLM?
-
Its not thru HTTP or FTP.I dnt know what the other 1 you mentioned is.Actually in a LAN which uses TCP i need 2 get the shared folders on remote machines when logged in as an administrator using vb.net.
If everything is in the same workgroup or domain (and the Administrator account presumably has permission to everything in the workgroup or domain) then you may simply refer to the location using the UNC path -- i.e., "\\machinename\sharename\foldername\", and you will not have to expend any additional effort with coding for file access & security permissions.