filezilla를 사용하여 내 서버에 연결할 때 이 오류가 발생합니다.

filezilla를 사용하여 내 서버에 연결할 때 이 오류가 발생합니다.
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Command:    USER ewemwa.org
Response:   331 User ewemwa.org OK. Password required
Command:    PASS *************
Response:   530 Login authentication failed
Error:  Critical error: Could not connect to server
Status: Disconnected from server
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
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 (192,185,115,188,132,70)
Command:    MLSD
Response:   150 Accepted data connection
Response:   421 chdir: Permission denied
Error:  Failed to retrieve directory listing
Error:  GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error:  Could not read from socket: ECONNABORTED - Connection aborted
Error:  Disconnected from server
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
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 (192,185,115,188,195,68)
Command:    MLSD
Response:   150 Accepted data connection
Response:   421 chdir: Permission denied
Error:  Failed to retrieve directory listing
Error:  GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Status: Disconnected from server: ECONNABORTED - Connection aborted
Status: Disconnected from server
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing of "/"...
Command:    CWD /
Response:   550 Can't change directory to /: Permission denied
Error:  Failed to retrieve directory listing
Status: Disconnected from server
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing of "/"...
Command:    CWD /
Response:   550 Can't change directory to /: Permission denied
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 (192,185,115,188,152,114)
Command:    MLSD
Response:   150 Accepted data connection
Response:   421 chdir: Permission denied
Error:  Failed to retrieve directory listing
Error:  GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Status: Disconnected from server: ECONNABORTED - Connection aborted

답변1

귀하의 서버는 다음 디렉터리에 대한 액세스를 허용하지 않습니다 /.

Response:   550 Can't change directory to /: Permission denied

이에 대한 두 가지 원인이 있을 수 있습니다.

  • 호스트 이름 뒤의 IP로 판단하면 FTP 서비스는 호스팅 공급자가 제공하는 것 같습니다. FTP 서비스 사용 방법에 대한 지침을 따랐습니까? 같은 디렉토리에 액세스해야 할 수도 있습니다 /users/username/web.

  • 구체적으로 그렇게 말씀하셨으니까요.당신의서버: 이 경우 귀하의 사용자 계정에 액세스할 수 있는 올바른 파일 시스템 권한이 있다고 가정합니다 /. 이 경우 FTP 서비스의 구성 오류일 가능성이 높습니다. FTP 서비스 로그는 더 많은 통찰력을 제공해야 하며 서버가 어떤 소프트웨어를 사용하고 있는지 알지 못하면 이 문제를 해결하는 것은 불가능합니다.

관련 정보