Part of bzrlib.tests.ftp_server.medusa_based View In Hierarchy
Method | __init__ | Undocumented |
Method | get_url | Calculate an ftp url to this server. |
Method | get_bogus_url | Return a URL which cannot be connected to. |
Method | log | This is used by medusa.ftp_server to log connections, etc. |
Method | start_server | Setup the server to service requests. |
Method | stop_server | Remove the server and cleanup any resources it owns. |
Method | add_user | Add a user with write access. |
Static Method | _asyncore_loop_ignore_EBADF | Ignore EBADF during server shutdown. |