Re: Interrupting ftplib.storbinary()

2007-04-29 Thread billiejoex
On 26 Apr, 16:29, Florian Demmer <[EMAIL PROTECTED]> wrote: > 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 ho

Re: Interrupting ftplib.storbinary()

2007-04-26 Thread Larry Bates
Florian Demmer wrote: > 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 a

Re: Interrupting ftplib.storbinary()

2007-04-26 Thread Diez B. Roggisch
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