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
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.
Y
@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 faili
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
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
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
do