Sending Data with from pocket pc

Post Reply
VagelisN
Posts: 1
Joined: Tue Nov 01, 2005 1:51 pm

Sending Data with from pocket pc

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

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply