Internet file transfer

Post Reply
pawelu
Posts: 126
Joined: Thu Oct 06, 2005 10:18 pm
Location: Poland
Contact:

Internet file transfer

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Pawel,

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

Antonio Linares
www.fivetechsoft.com
pawelu
Posts: 126
Joined: Thu Oct 06, 2005 10:18 pm
Location: Poland
Contact:

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Pawel,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Eugeniusz Owsiak
Posts: 60
Joined: Fri Oct 07, 2005 5:38 am
Location: Poland

Post 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
Post Reply