Transfer files on and from CE device

  • Thread starter Thread starter Frank Beerens \(Soft-Solutions\)
  • Start date Start date
F

Frank Beerens \(Soft-Solutions\)

Hello

we have a CE device where we create files and we use files on that device.
Now sometimes the file on the device must be copied to a pc and a new file
must be copied to the ce device.
We want to start and control the copy process from a pc program. Anyone a
idea how to do this ?
 
You can use RAPI to do this. Check out the Desktop Communication library
from OpenNETCF.org at
http://www.opennetcf.org/PermaLink.aspx?guid=d7b7cbef-4ab6-477b-924c-0498a523beaf

Also take a look at this article for an example on copying a file from the
device to the desktop. Unfortunately the sample doesn't go from the desktop
to the device. Look at the desktop client section near the bottom of the
article.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/instnetcfapp.asp
 
Back
Top