Connect to Remote Machine
-
Hi all, i want to access remote folders in a network. I am using NetUseAdd(...) Api, i am able to establish a connection to the Remote Machine what shall i do to access the Remote Folders. thanks, uday. uday kiran uday kiran
-
Hi all, i want to access remote folders in a network. I am using NetUseAdd(...) Api, i am able to establish a connection to the Remote Machine what shall i do to access the Remote Folders. thanks, uday. uday kiran uday kiran
Would be simpler to just open "\\MachineNameInYourNetwork\SharedFolder\"? Any problem with that? Good luck!
-
Hi all, i want to access remote folders in a network. I am using NetUseAdd(...) Api, i am able to establish a connection to the Remote Machine what shall i do to access the Remote Folders. thanks, uday. uday kiran uday kiran
Once you have mapped a drive letter to the remote machine, accessing a folder on it is done exactly like you would for any other folder on your local machine. However, you might be better served to use UNC instead of bothering with
NetUseAdd()
and drive letters.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
-
Hi all, i want to access remote folders in a network. I am using NetUseAdd(...) Api, i am able to establish a connection to the Remote Machine what shall i do to access the Remote Folders. thanks, uday. uday kiran uday kiran