FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Internet file transfer
Posts: 126
Joined: Thu Oct 06, 2005 10:18 PM
Internet file transfer
Posted: Fri Oct 07, 2005 11:44 AM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Internet file transfer
Posted: Fri Oct 07, 2005 11:50 AM

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
Posts: 126
Joined: Thu Oct 06, 2005 10:18 PM
Internet file transfer
Posted: Fri Oct 07, 2005 12:10 PM

Antonio,

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

Pawel

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Internet file transfer
Posted: Fri Oct 07, 2005 12:59 PM

Pawel,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 60
Joined: Fri Oct 07, 2005 05:38 AM
Internet file transfer
Posted: Mon Oct 10, 2005 08:08 AM

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

Continue the discussion