A
a
i will have a wifi connection from ppc to server, no aactivesync
connection.
i need to copy a file from the ppc to the server over the wifi
connection.
i searced around and found people suggesting the method:
string localfile = @"Temp\1.txt";
System.IO.File.Copy(localfile, @"\\servername\c\temp\1.txt", true);
but i get an IOException error.
for testing purposes (dont have wireless currently) I do have the ppc
cradled and connected through activesync. Why is it not working? I
have the c drive shared on the server.
connection.
i need to copy a file from the ppc to the server over the wifi
connection.
i searced around and found people suggesting the method:
string localfile = @"Temp\1.txt";
System.IO.File.Copy(localfile, @"\\servername\c\temp\1.txt", true);
but i get an IOException error.
for testing purposes (dont have wireless currently) I do have the ppc
cradled and connected through activesync. Why is it not working? I
have the c drive shared on the server.