-2
Windows Server 2008 R2 Standard SP1を実行しているWindowsサーバーがあります。FTPサーバーがSSL経由で接続を強制しています
私たちは何年も稼働していたFTPサイトを持っていて、今は突然動いていません。サイトはSSL接続を許可するように設定されていますが、SSL接続は必要ありません。
FileZillaを使用すると、ユーザーが接続しようとすると、次のようになります。
Status: Resolving address of ftp.mycompany.com
Status: Connecting to 199.255.220.105:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER myftpuser
Response: 331 Password required for myftpuser.
Command: PASS *********
Response: 230 User logged in.
Command: OPTS UTF8 ON
Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing
ディレクトリの内容を一覧表示しようとするまですべてがうまく見えますが、上記のエラーが発生します。
[FileZillaの応答を修正する方法: "550提供されたメッセージが不完全です。署名が検証されませんでした。" []](http://stackoverflow.com/questions/28685967/how-to-fix-filezillas -response-550-the-supplied-message-is-incomplete-the-si)。要するに、IISのバグであり、マイクロソフトは修正プログラムを提供しています。 –
あなたが参照している重複した問題は、HotFixによって修正されていません。ユーザーは単純に別のクライアントを使用しました。私は両方のFTPクライアントで問題が発生しているので、同じ問題ではありません。さらに、私は、他の質問が取り組まない根本的な問題からの二次症状を持っています。 –
@JeffReddyこれは正しい結論ではありません。修正プログラムがなければ、WinSCPは動作しません。だからこそ問題は[WinSCPサイトで文書化されている](https://winscp.net/eng/docs/message_supplied_message_incomplete)ですね。ですから、提案がうまくいかない場合にのみ試してください。 –