it is possible to copy files from pocket pc aaplication to desktoppc?

L

Luminal

greets

i need to know if is possible to copy files from pocket pc to desktop. I
know that from desktop to pocket pc is possible to copy files using
RAPI. and from pocket pc to desktop? I need to write a mobile
application that copy some files to desktop when user clicks on button.
Is this possible? If so, how? Can one give samples/links/tutorials/help?

TIA

Lum
 
C

Chris Tacke, eMVP

Copy to a shared folder, an FTP server or something like that, otherwise you
have to write a desktop app to receive the files.

-Chris
 
O

Otto Atzwanger

Dim sourcefile As String = (".\itouch\Bestellung.txt")

druck = (\\SERVER\C_LW\test\Bestellung.txt")

' Copy the file.

System.IO.File.Copy(sourcefile, druck)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top