[Twisted-Python] Asking for suggestions in new-new ftp server implementation

Andrew Bennetts andrew-twisted at puzzling.org
Mon Dec 15 07:35:57 EST 2003


On Mon, Dec 15, 2003 at 03:24:35AM -0500, Jonathan Simms wrote:
> cred-code should go. Also, there's been some considerable trouble caused
> by the fact that my avatar implemenation is not windows-friendly. Any
> thoughts on how to either adapt it, or if some kindly windows-user could
> implement a windows-compatable version, would be greatly appreciated.

Is the problem with windows the lack of pwd and grp modules?  I presume you
need these for authentication and permission checking?  If that's the case,
perhaps you could implement a simpler avatar for windows that only supports
anonymous, read-only access to any files that the server has permission to
read?  (i.e. basically what the old server supported anyway)

> Also, on a tangent, the new (-new) ftp protocol refactoring in my
> sandbox has much more complete code-coverage in terms of the unittests. 

Woo!  What about for the client?  ;)

-Andrew.





More information about the Twisted-Python mailing list