sonia agarwal schrieb: > I am trying to download files from a network element whose IP > address,username and password is the only thing i know to establish an > SFTP connection using python script.I have found that I need to use > M2Crypto package which in turn requires openssl 0.9.7l or newer. > I am unable to download openssl 0.9.7l for my machine architecture i.e. > i686,CentOS 4.4.
CentOS 4 is based on Red Hat Enterprise Linux 4, which is in turn based on Fedora Core 3 (says the wikipedia), and is supposed to be binary compatible with the former. So, in theory, you should be able to install openssl from a RH or Fedora RPM package. You could also have a look at paramiko (http://www.lag.net/paramiko/), which is a pure Python implementation of SSH2 but dependent on pycrypto (http://www.amk.ca/python/code/crypto.html). HTH, Chris _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
