Send files by FTP or by Email with GPRS

  • Thread starter Patrick RABUSSIER
  • Start date
P

Patrick RABUSSIER

Hello

I use a Pocket PC with Windows CE 4.20
(it is a PSION Workabout PRO).
I create my programs with VB.NET from Visual Studio 2003.
My pocket PC has a GSM/GPRS module.
I can use internet explorer, very slow but OK.

I am looking for how I can send files .TXT with GPRS.
The best way would be to send an Email with an attached file.
I have not been able to use "INBOX" (pmail.exe) present on the
windows desktop ...

If it is not possible with emails, I am looking for tools to write a VB
program to upload the files to a FTP server (with a known fix IP adress).

Thank you if you can help me.
Sorry for my bad english spoken.
Bye

PATRICK (France)
 
P

Paul G. Tobey [eMVP]

E

Enrico Pavesi

There is a free smtp library for CF 1.0 and 2.0...(i do not remember th
name)
you can goggle it.

To me FTP is not a good choice with GPRS (unstable happens that uncomplete
files are created on server), especially if data size is big.

You can try even http Upload (more control on broken communication),
and WebService too.

Regards
 
G

Guest

I'm using an ftp class by Rebex for send data to/From windows mobile and
server DB (GPRS/EDGE).... it works very fine.

Franco
 
A

Ahmed Jewahar

Hi PAtrik,

Apprciate if you could share if you find any solution to send the data
from Device to Server over GPRS. I have an aSmartdevice application
(VS2003/VB.NET) currently running on same as your device. The
application stores data in SQLCE at device and I have give an option to
"send data" which use RDA.Push and RDA.submitsql commands to send the
data inti SQL2k server. This required Device on Cradle or in WLAN and
this process is batch update.

Now, I have been asked send the data from device online. All my data
being stored in SQLCE database in the device. The device is GPRS
enabled. How can I send the data from Device to Server. I have created
FTP site on the same machine where SQL2k is hosted. I can create .TXT
using the data from SQLCE table in the device.

I do not know how to use GPRS connection and send the file through FTP
protocol from the Psion Workabout Pro device.

Appreciate if you kindly help me on the configuration required on the
device to use GPRS, FTP etc..

Many thanks in advance..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top