Hi,
    I am using python2.4 for one of my application where I need to use
paramiko for doing sftp.

My application sftp to a server and get all the data needed locally.
Now I have a utility names TRICKLE which does bandwidth throtlling.
i.e. it control the data flow.

Now if I use trickle with my python script it does not throttle the
bandwith, but if I run it standalone i.e. if I do sftpp directly using
trickle I can do it easily.
The same code is working fine in linux but not in Sun solaris machine.
I am running it on sun sparc V240.

Can anyone please help me with this problem.

I have done all I can do but it seems the problem is with paramiko. I
might be wrong also.

Please help

Manpreet
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to