Searched defs:FTPServer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/testserver/
H A Dtestserver.py244 class FTPServer(testserver_base.ClientRestrictingServerMixIn,
245 pyftpdlib.ftpserver.FTPServer): class in inherits:testserver_base.ClientRestrictingServerMixIn, pyftpdlib.ftpserver.FTPServer
246 """This is a specialization of FTPServer that adds client verification."""
2091 server = pyftpdlib.ftpserver.FTPServer((host, port), ftp_handler)

Completed in 34 milliseconds