FTPにアクセスするためにアプリケーションサーバーに接続しようとしていますが、FileZillaの助けを借りてアクセスしようとすると、次のスタックトレースが取得されます。
CPanel で完全なフォルダー構造を確認できます。可能性のある問題とその解決方法を教えてください。
Command: PASS **********
Response: 230 OK. Current restricted directory is /
Command: OPTS UTF8 ON
Response: 200 OK, UTF-8 enabled
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (89,221,244,98,102,204)
Command: MLSD
Response: 150 Accepted data connection
Response: 421 chdir: Permission denied
Error: Failed to retrieve directory listing
Error: Connection closed by server