[Tutor] glob paramiko

Kent Johnson kent37 at tds.net
Sat May 9 03:51:43 CEST 2009


On Fri, May 8, 2009 at 3:50 PM, Matt Herzog <msh at blisses.org> wrote:

> localpath = glob.glob("*.tab")
>
> for blob in localpath:
>        sftp.put(blob, filepath)
> sftp.close()
> transport.close()
>
> This fails. I have forgotten most of what I knew, I guess.

How does it fail? Again, the full traceback and error message are very helpful.

Kent

PS Please use Reply All to reply to the list.


More information about the Tutor mailing list