FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Sending Data with from pocket pc
Posts: 1
Joined: Tue Nov 01, 2005 01:51 PM
Sending Data with from pocket pc
Posted: Tue Nov 01, 2005 01:58 PM

Is it possible to send data from a pocket pc via FTP or Email?
I want to create an application that collects data to a table stored localy to the pocket pc an when the user choose to send them creates an ascii file and send it to an ftp server or email account or what ever is possible over internet. (is the tftp available to the pocket pc edition?)

Thanks
Vagelis

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Sending Data with from pocket pc
Posted: Tue Nov 01, 2005 04:08 PM

Vagelis,

Class TSocket is already available and it has a SendData() method. We provide a samples\sockcli.prg sample.

Using sockets you may connect to a FTP server, or a mail server, and send the data you want. Its not difficult.

Class TFTP has not been ported yet to FWPPC. We plan to port it soon.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion