Interrupting ftplib.storbinary()

Diez B. Roggisch deets at nospam.web.de
Thu Apr 26 10:46:22 EDT 2007


Florian Demmer schrieb:
> Hi!
> 
> I have a number of ftp uploads running in parallel using
> ftplib.storbinary and threading and in case one of them fails I need
> to interrupt all the others (but not exit the program completely)...
> do you guys have an idea how i could implement the interruption as
> cleanly as possible?

Might be a hint:

http://mail.python.org/pipermail/python-list/2000-June/037692.html


Diez



More information about the Python-list mailing list