T
TkNeo
I need to do SSL file transfer using python? Is there a library i can
use ?
Thanks.
use ?
Thanks.
I need to do SSL file transfer using python? Is there a library i can
use ?
Thanks.
I need to do SSL file transfer using python? Is there a library i can
use ?
Thanks.
M2Crypto has since moved tohttp://chandlerproject.org/Projects/MeTooCrypto
If you have patience you can wait for Python 2.6 which will include a
new ssl module, otherwise there are a lot of third party libraries out
there which already binds OpenSSL for Python.
--- Giampaolohttp://code.google.com/p/pyftpdlib/
Whoops...I just went with the first link Google gave me. The link I
gave doesn't mention that the project has moved. Looks like the one
you link to is the 9th link on my Google search using the terms:
"python m2crypto".
Sorry if I spread misinformation though.
Mike
TkNeo said: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.
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.