Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/caldera
/ ftp_server_python_new
Method
ftp_server_python_new
app/contacts/contact_ftp.py:95–96 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
93
await self.server.start(host=self.host, port=self.port)
94
95
async
def
ftp_server_python_new(self):
96
await self.server.run(host=self.host, port=self.port)
97
98
def
check_config(self):
99
if
not self.get_config(FTP_HOST_PROPERTY):
Callers
1
start
Method · 0.95
Calls
1
run
Method · 0.45
Tested by
no test coverage detected