Re : [Twisted-Python] Problem with ftp upload

Thanks Thomas, my problem is that I already applied the patch and it still doesn't work. That's what I don't understand. Stéphane ----- Message d'origine ---- De : Thomas Jacob <jacob@internet24.de> À : Twisted general discussion <twisted-python@twistedmatrix.com> Envoyé le : Vendredi, 3 Novembre 2006, 10h32mn 52s Objet : Re: [Twisted-Python] Problem with ftp upload There is bug in storeFile's Consumer interface (Cf. report + patch http://twistedmatrix.com/trac/ticket/1794 ) As for disconnecting, why not call ftpClient->quit() after your upload has finished? On Thu, 2006-11-02 at 20:57 +0000, Stéphane Brault wrote:
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com

On Fri, 2006-11-03 at 09:54 +0000, Stéphane Brault wrote:
Thanks Thomas,
my problem is that I already applied the patch and it still doesn't work. That's what I don't understand.
You were mentioning a different ticket number... Anyway, you seem to be waiting for the first storeFile deferred (Consumer) to indicate successful transmission, I'm using the second (Control-Connection), maybe you simply quit to early. If you want, I can mail you my FTP access class for uploading and downloading....

On Fri, 2006-11-03 at 09:54 +0000, Stéphane Brault wrote:
Thanks Thomas,
my problem is that I already applied the patch and it still doesn't work. That's what I don't understand.
You were mentioning a different ticket number... Anyway, you seem to be waiting for the first storeFile deferred (Consumer) to indicate successful transmission, I'm using the second (Control-Connection), maybe you simply quit to early. If you want, I can mail you my FTP access class for uploading and downloading....
participants (2)
-
Stéphane Brault
-
Thomas Jacob