FTPS突然在所有Azure Web应用程序上失败

时间:2019-01-17 02:07:18

标签: ftp azure-web-sites ftps

我有10多个Azure Web应用程序,在过去3年中,我一直可以使用它们手动将文件上传到使用FTPS。现在突然在Mac Client和Win10客户端以及其他人的计算机上,我们都遇到了相同的错误,无法进行手动访问。这在多个订阅中也会发生。据我所知,管道仍在与ZipDeploy一起发布而没有任何问题,因此这似乎仅是FTP / FTPS问题。

Status: Resolving address of waws-prod-dm1-081.ftp.azurewebsites.windows.net
Status: Connecting to xxx.xxx.xxx.xxx:990...
Status: Connection established, initializing TLS...
Status: Verifying certificate...
Status: TLS connection established, waiting for welcome message...
Status: Logged in
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/" is current directory.
Command:    TYPE I
Response:   200 Type set to I.
Command:    PASV
Response:   227 Entering Passive Mode (40,69,166,81,39,156).
Command:    LIST
Response:   150 Opening BINARY mode data connection.
Error:  GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error:  The data connection could not be established: ECONNABORTED - Connection aborted
Response:   550 The network connection was aborted by the local system. 
Error:  Failed to retrieve directory listing

2 个答案:

答案 0 :(得分:0)

首先,以两种方式重新连接FTP和FTPS,有时这些连接不稳定,只需删除FTPS端点中的“ s”,您将获得FTP端点。

如果仍然失败,则可以转到应用程序设置,然后检查FTP访问是否已禁用。 enter image description here

检查超时设置,在FileZilla客户端中进行设置,转到“编辑”,“设置”,“连接”,“ FTP”,然后选中“发送FTP保持活动命令”复选框。

如果所有这些都无法解决,请配置防火墙设置。

希望这对您有帮助,如果您还有其他问题,请告诉我。

答案 1 :(得分:0)

为在整个网络中使用的交换机找出补丁是必需的。 IT更新了许多交换机,此问题得以解决。