On Fri, May 8, 2009 at 3:50 PM, Matt Herzog <[email protected]> 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.
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to