Interrupting ftplib.storbinary()

Florian Demmer fdemmer at gmail.com
Thu Apr 26 10:29:57 EDT 2007


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?

thanks!




More information about the Python-list mailing list