I don't really know the answer, but more a question/note (below):
> Hi I am using paramiko 1.7.6 "fanny" on microsoft windows xp v2002 service
> pack3 with python 2.4.2
>
> I have the follwing script:
> import paramiko
>
> hostname='blah'
> port=22
> username='blah'
> password='blah'
> fullpat
Hi I am using paramiko 1.7.6 "fanny" on microsoft windows xp v2002 service
pack3 with python 2.4.2
I have the follwing script:
*import paramiko
hostname='blah'
port=22
username='blah'
password='blah'
fullpath='root\\path\\file.xls'
remotepath='/inbox/file.xls'
self.client= paramiko.SSHClient