Open GoogleCodeExporter opened 9 years ago
I guess you can't provide a set of "steps" to reproduce the problem, right?
In this case, can you try latest svn revision?
Original comment by g.rodola
on 1 Dec 2011 at 8:34
Latest svn revision doen't make a difference.
I'm using pyftpdlib to receive a xml news push from a news agency and trigger
some functions for parsing the xml files and doing CRUD operations accordingly.
There are hundreds mixed STOR, DELE, RNTO, RNFR operations per push.
Unfortunately I can't stop that push atm.
My hackaround is to do a sys.exit() on close() then restarting the script in a
loop.
I will ask the provider for a second push to a debug instance.
Original comment by Vindo...@gmail.com
on 4 Dec 2011 at 8:58
I don't understand how the condition I see in the logs is supposed to take
place (doesn't make sense to me):
<== STOR fertig.txt
==> 150 File status okay. About to open data connection.
==> 226 Transfer complete.
==> 426 No such file or directory; transfer aborted.
Do you happen to use threads maybe?
Can you include the code you're using?
Original comment by g.rodola
on 6 Dec 2011 at 6:53
Original issue reported on code.google.com by
Vindo...@gmail.com
on 1 Dec 2011 at 6:59