Page 1 of 1

Sending Data with from pocket pc

Posted: Tue Nov 01, 2005 1:58 pm
by VagelisN
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

Posted: Tue Nov 01, 2005 4:08 pm
by Antonio Linares
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.