[PythonCE] open internet connection (GPRS)
Luke Dunstan
coder_infidel at hotmail.com
Sat Oct 14 12:36:55 CEST 2006
MensajeHi,
It should be possible to use Windows CE APIs through ctypes to do it, but I am not sure which is the most appropriate. I would guess either RasDial or InternetOpen, which in PythonCE would be ctypes.cdll.coredll.RasDial() or ctypes.cdll.wininet.InternetOpenW().
Luke
----- Original Message -----
From: Fredy Cabre
To: pythonce at python.org
Sent: Saturday, October 14, 2006 6:04 AM
Subject: [PythonCE] open internet connection (GPRS)
Hello, I have a scrypt that send files to web server by FTP, this runs very good, but everytime I want to send the files with the script,
previously I have to open the internet explorer to make me the internet connection.
Exist any method wich connect to internet (GPRS) directly before I send the files by FTP?
Thankyou.
------------------------------------------------------------------------------
_______________________________________________
PythonCE mailing list
PythonCE at python.org
http://mail.python.org/mailman/listinfo/pythonce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonce/attachments/20061014/186fff53/attachment.html
More information about the PythonCE
mailing list