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
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
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