我在 ftps-filezilla 和 Kubernetes 上遇到了几个星期的问题。
\n\n语境:
\n\n我有一个使用 Kubernetes 和 ftps 的学校项目。\n我需要在端口 21 的 kubernetes 中创建一个 ftps 服务器,并且它需要在 alpine linux 上运行。\n所以我使用 docker 容器创建 ftps-alpine 服务器的映像。\n我测试它,如果它自己正常工作:\n使用docker run --name test-alpine -itp 21:21 test_alpine\n我在 filezilla 中有这个输出:
Status: Connecting to 192.168.99.100:21\xe2\x80\xa6\n Status: Connection established, waiting for welcome message\xe2\x80\xa6\n Status: Initializing TLS\xe2\x80\xa6\n Status: Verifying certificate\xe2\x80\xa6\n Status: TLS connection established.\n Status: Logged in\n Status: Retrieving directory listing\xe2\x80\xa6\n Status: Calculating timezone offset of server\xe2\x80\xa6\n Status: Timezone offset of server is 0 seconds.\n …Run Code Online (Sandbox Code Playgroud)