Maxime Petazzoni
Maxime Petazzoni
First, you should isolate whether the issue is client-side, or server-side. To check that the server is behaving correctly, manually issue an HTTP request (for example, with [`httpie`](https://httpie.org)): ``` $...
Given the same issue exists with EventSource, this seems like an issue with Angular's event / render loop.
Python3 support is still under development. There has been some recent contributions to improve Python3 compatibility but it might not all be there yet. If you have time, I'd love...
The just-released version 1.3 (on PyPI), or `master`, should work now with Python 3. Thanks for reporting!
Can you run the server in debug mode and show me what it outputs? Also, did you try running in strict RFC1350 mode (with `-r`)?
Thanks for your reply. Can you apply the following patch to help me debug your situation further? It will enable full protocol logging: ``` patch diff --git a/ptftplib/proto.py b/ptftplib/proto.py index...
Could you try the just-released version 1.2? It contains a fix for handling of WRQ requests.
@janpaepke Yes! This might need to be updated based on the recent changes though, but if you could take a crack at it I would very much appreciate it!
@janpaepke I took a crack at updating the types. Can you see if those work?
@janpaepke Yes! Thanks for this great work. Sorry I haven't had time to look at it closely yet though - just had a baby 😅