解決策を試した後もエラーが発生します ここ 。これを解決する方法の他のアイデアはありますか? AWSでCentOS7サーバー(64ビット、x86)を使用しています。
以下はFileZillaからのメッセージです。
Status: Connecting to XXX.XXX.XX.XXX:21...
Status: Connection established, waiting for welcome message...
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (54,145,XX,XXX,206,110).
Command: MLSD
Error: The data connection could not be established: ETIMEDOUT - Connection attempt timed out
コメントに基づいて、FTPサーバーはPASV
コマンド応答で外部IPアドレスをアナウンスするように正しく構成されていません。
ProFTPDサーバーでは、proftpd.conf
の- MasqueradeAddress
ディレクティブ を更新する必要があります。
ProFTPD:ファイアウォール、ルーター、NAT およびmyに関する記事 FTPのネットワーク設定 も参照してください。 。