-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: client.list() returns empty list for windows nt ftp server #104
Comments
First of all, this server do not support
Then you can see (via extra logging or wireshark) there is actual data with files:
But the problem is in parsing part. I'm not a fan of a |
I've just released version 0.14.0 so you have an option to force your own parsing routine. https://aioftp.readthedocs.io/client_api.html#aioftp.Client |
@pohmelie Nikita:
should read
|
Feel free to make pull request. I fix the typo about double "type".
Not sure if got you right, but all
This is good point. Not sure if it is a major issue (since no one use modification/creation file time at all), but I agreed with you. Feel free to make a PR.
This is irrelevant to |
client.list() returns empty list for windows nt ftp server
help
shows noMLSD
orLIST
assumed byaioftp
:ftplib
https://docs.python.org/3/library/ftplib.html
The text was updated successfully, but these errors were encountered: