Re: SSL through python. possible ?
- From: Todd Whiteman <toddw@xxxxxxxxxxxxxxx>
- Date: Mon, 05 May 2008 13:59:55 -0700
TkNeo wrote:
ok i have tried around a lot but no luck. I think M2Crypto is my best
option except it requires a minimum of python 2.4 which i don't have.
What i am trying to do is to do an FTP transfer that uses SSL
(username, password authentication) and not a certificate file. The
few example i have found of the Openssl module use a certificate for
authentication unlike what i want to do.
Komodo uses ssl to provide FTPS support (FTP over SSL), using the Python ssl socket library. From memory, I think there were problems trying to get FTPS to work on earlier versions of python (earlier than Python 2.4) and also a few problems working with Python 2.4 itself.
This code might provide some help (you can search for FTPS):
http://svn.openkomodo.com/openkomodo/view/openkomodo/trunk/src/components/koFTP.py
Cheers,
Todd
.
- References:
- Re: SSL through python. possible ?
- From: Heikki Toivonen
- Re: SSL through python. possible ?
- From: Mike Driscoll
- Re: SSL through python. possible ?
- From: TkNeo
- Re: SSL through python. possible ?
- Prev by Date: Re: Browser + local Python-based web server vs. wxPython
- Next by Date: Re: ]ANN[ Vellum 0.16: Lots Of Documentation and Watching
- Previous by thread: Re: SSL through python. possible ?
- Next by thread: Re: SSL through python. possible ?
- Index(es):
Relevant Pages
|