[EMAIL PROTECTED] wrote:
> Right.  You know I took your suggestion for more print statements and
> found the offending line.
>
> [SNIP]
>         print "close start"
>         conn.close()
>         print "close end"
>         #return self.voidresp()
>         print "end of everything"
>
> self.voidresp() was hanging!  Do I need it?

I don't keep the whole description of ftp protocol in my memory :)
You'd better read the RFC. But I suspect a server is supposed to send
some kind of confirmation that the file was successfully written on a
disk and a client is supposed to wait for such confirmation. 

  Serge.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to