Message 94225 - Python tracker (original) (raw)
You can build the docs by going to the Doc directory and typing "make html" there. It isn't critical anyway.
The tests failed to run, I had to replace the KEYCERT declaration with:
KEYCERT = os.path.join(os.path.dirname(__file__), "keycert.pem")
(and add "import os" at the top)
Another remark: login() doesn't return the response, while it does on the normal FTP class.
Apart from that, I'm trying to test on a TLS-enabled FTP server, but even the regular FTP class doesn't seem to work with it (I get "500 Illegal PORT command" when calling retrlines('LIST')).