Re: Copying File From Device to PC by Paul
Paul
Thu Oct 27 11:26:40 CDT 2005
There's a reason for that: it's the only way to do it. There *has* to be
some program on the PC that is willing to accept the file from you. Maybe
it's a Web server, maybe FTP, maybe a socket program that you write
yourself, etc. There's also file sharing as a way, if your desktop machine
has a shared folder you can connect to. We've been through this so many
times, though, that you'll find a more complete list of what you might do by
searching the archives.
Paul T.
"Keaven Pineau" <kpineau@labcal_antispam.com> wrote in message
news:u0G9EHx2FHA.2472@TK2MSFTNGP12.phx.gbl...
> Hi everyone, I found many source code example on how to copy files from
> device to a PC but it requires an application on the PC that call the RAPI
> function. This is not exactly what I want. I need to start the copy
> process from an application on the Device instead. How do I do that?
>
> Regards,
>