Page 1 of 1

Internet file transfer

PostPosted: Fri Oct 07, 2005 11:44 am
by pawelu
Hi,

How to make simple internet file transfer procedure with FWPPC and/or other libraries ?
I found datareel_ce library but my knowledge about C++ is very small...

Best regards, Pawel

PostPosted: Fri Oct 07, 2005 11:50 am
by Antonio Linares
Pawel,

If it is on an intranet, you may try a simple COPY FILE <filename> TO \\machine\<filename>.

PostPosted: Fri Oct 07, 2005 12:10 pm
by pawelu
Antonio,

I would write own socket mini server and client where PocketPc transfer file. Apps on the server side process this file.

Pawel

PostPosted: Fri Oct 07, 2005 12:59 pm
by Antonio Linares
Pawel,

Most recent FWPPC has sockets support though still we need to do some tests with it.

PostPosted: Mon Oct 10, 2005 8:08 am
by Eugeniusz Owsiak
Pawel

I have made some application on PocketPC using embeded VC with connection on socket v.2.0 to socket server. I can send BMP file to PPC , display it on screen, i can get some data and sent it to socket server. I start program this device prior FWPPC and it is realy hard to understand how my program works . I think FWPPC will simplify my work but I'm waiting for stable version with full socket support.

regards Eugeniusz