Re: implementing SFTP using Python

2007-03-08 Thread Ravi Terala
Kiran, You should look into Twisted Python and their Twisted Python Conch package. You might not need to reinvent the wheel. http://twistedmatrix.com/trac/wiki/TwistedConch Ravi kadarla kiran kumar wrote: Hi Everybody, I have to implement SFTP conection from client to the server using

Re: implementing SFTP using Python

2007-03-05 Thread kadarla kiran kumar
@Ben Finney I have downloaded paramiko-1.6 package, pcrypto 2.0.1 package platform: windows XP Now Iam trying to run the demo scripts available with paramiko package. I have tried using the same system for both cleint(demo_simple.py) and the server(demo_server.py) but it is

Re: implementing SFTP using Python

2007-03-05 Thread Ben Finney
kadarla kiran kumar [EMAIL PROTECTED] writes: Please don't top-post; instead, place your reply directly beneath the quoted text you're responding to, and remove any quoted lines that aren't relevant to your response. Now Iam trying to run the demo scripts available with paramiko package.

implementing SFTP using Python

2007-03-02 Thread kadarla kiran kumar
Hi Everybody, I have to implement SFTP conection from client to the server using Python script. Iam very new new to python , and i dont't have much time to complete this. So I need some pointers from you. If anybody has already done this kind of stuff, please let me know. Please

Re: implementing SFTP using Python

2007-03-02 Thread Jean-Paul Calderone
On Fri, 2 Mar 2007 20:42:55 -0800 (PST), kadarla kiran kumar [EMAIL PROTECTED] wrote: Hi Everybody, I have to implement SFTP conection from client to the server using Python script. Iam very new new to python , and i dont't have much time to complete this. So I need some pointers from

Re: implementing SFTP using Python

2007-03-02 Thread Ben Finney
kadarla kiran kumar [EMAIL PROTECTED] writes: I have to implement SFTP conection from client to the server using Python script. Iam very new new to python , and i dont't have much time to complete this. So I need some pointers from you. You will probably want to investigate the paramiko