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,

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,
>



Re: Copying File From Device to PC by Valter

Valter
Thu Oct 27 11:30:08 CDT 2005

"Keaven Pineau" <kpineau@labcal_antispam.com> wrote in
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?
>

You may use SMB networking (the PC should be able to expose a shared
directory in a microsoft windows network), FTP (you need to install an
FTP server), HTTP (you need a webserver that supports HTTP push) etc.
In every case you need to install some software on the PC or, at least,
to configure your device to access the PC (user account etc.).

--
Valter Minute
(the reply address of this message is invalid,
but you may be able to guess the right one)

Re: Copying File From Device to PC by Keaven

Keaven
Tue Nov 01 12:32:28 CST 2005

I see.
Then I will do a server on the pc.
Thanks for your answer

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:eHX2zMx2FHA.1188@TK2MSFTNGP12.phx.gbl...
> 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,
>>
>
>