Re: open internet connection (GPRS)
"Luke Dunstan" <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] 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 [email protected] http://mail.python.org/mailman/listinfo/pythonce _______________________________________________ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce