On Sat, 11 Mar 2006 14:37:15 -0500, Jeff Grimmett <grimmtooth@gmail.com> wrote:
On 3/11/06, Jean-Paul Calderone <exarkun@divmod.com> wrote:
Your portal has no credentials checkers, not even one that allows anonymous access. So, no one can log in. Try giving it a twisted.cred.checkers.AllowAnonymousAccess() at least and see if you get any further.
Bingo. That also gives me some insight at what I need to do to handle authentication needs (from looking in t.c.checkers). Thanks!
Um, is there a place that recipies like this could be posted in general? I know that the tm.com is now essentially a big wiki, but I'm getting lost on it. I figure a mostly working example trumps no example at all :-)
Twisted/doc/core/examples/ is probably a good place for an example FTP server. If you submit one to the issue tracker, someone will add it to the repository. Jean-Paul