Re: remote unzip

2008-11-01 Thread morecowbell
On Nov 1, 5:35 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > morecowbell wrote: > > i got a bunch of zip files on a remote server and need to get to one > > of the files, an xml file, in each of the archives. fairly simple to > > do locally with zipfile but i don't seem to be able to combine that

Re: remote unzip

2008-11-01 Thread Stefan Behnel
morecowbell wrote: > i got a bunch of zip files on a remote server and need to get to one > of the files, an xml file, in each of the archives. fairly simple to > do locally with zipfile but i don't seem to be able to combine that > local code with the paramiko sftp client. a rather simplified code

remote unzip

2008-10-31 Thread morecowbell
greetings, i got a bunch of zip files on a remote server and need to get to one of the files, an xml file, in each of the archives. fairly simple to do locally with zipfile but i don't seem to be able to combine that local code with the paramiko sftp client. a rather simplified code snippet to il