b.t.f.p.FTPTestServer(test_server.TestServer) : class documentation

Part of bzrlib.tests.ftp_server.pyftpdlib_based View In Hierarchy

Common code for FTP server facilities.
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 ftp_server to log connections, etc.
Method start_server Setup the server to service requests.
Method stop_server See bzrlib.transport.Server.stop_server.
Method add_user Add a user with write access.
Method _run_server Run the server until stop_server is called, shut it down properly then.
def __init__(self):
Undocumented
def get_url(self):
Calculate an ftp url to this server.
def get_bogus_url(self):
Return a URL which cannot be connected to.
def log(self, message):
This is used by ftp_server to log connections, etc.
def start_server(self, vfs_server=None):
Setup the server to service requests.
def stop_server(self):
See bzrlib.transport.Server.stop_server.
def _run_server(self):
Run the server until stop_server is called, shut it down properly then.
def add_user(self, user, password):
Add a user with write access.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.