Hello,
What i try to do is to connect to a remote server ( for which i get the IP adress, a user profile and password ) to read a file on it.
I try to mount a drive before reading it like:
system("net use R: \IP\drive$\directory "password" /USER:username /PERSISTENT:NO");
opendir("R:");
but it doesn't work ?
someone can help ?
Thanks in advance...