This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, gregory.p.smith, iElectric, janssen, jeffo, josiah.carlson, josiahcarlson, lgedgar, lszyba1, pitrou, qwavel, roberte, twhitema
Date 2009-10-18.20:47:39
SpamBayes Score 1.7063892e-05
Marked as misclassified No
Message-id <1255898861.64.0.5417797814.issue2054@psf.upfronthosting.co.za>
In-reply-to
Content
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')).
History
Date User Action Args
2009-10-18 20:47:42pitrousetrecipients: + pitrou, gregory.p.smith, josiahcarlson, janssen, giampaolo.rodola, josiah.carlson, roberte, iElectric, lszyba1, twhitema, jeffo, qwavel, lgedgar
2009-10-18 20:47:41pitrousetmessageid: <1255898861.64.0.5417797814.issue2054@psf.upfronthosting.co.za>
2009-10-18 20:47:39pitroulinkissue2054 messages
2009-10-18 20:47:39pitroucreate