최근 Azure 서버를 패키지 A5 (2 코어, 14GB RAM)로 업그레이드했습니다.
이를 수행하기 위해 Azure Portal을 통해 새 설정을 구성하고 업데이트 한 후 다시 설정했습니다.
업데이트하기 전에 '기본값'의 전송 모드를 사용하는 Filezilla를 사용하여 서버에 액세스 할 수 있었지만 지금은 '활성'모드를 선택하여 연결 만 할 수 있습니다 ...
업데이트 후에는 방화벽 / 서버 / FileZilla 또는 모든 종류의 설정을 변경하지 않았습니다.
FileZilla의 연결 설정은 다음과 같습니다.
'수동'모드로 액세스하려고 할 때 얻을 수있는 로그 :
Status: Resolving address of posnike.cloudapp.net
Status: Connecting to 191.232.182.114:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
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 (23,97,97,140,39,69).
Command: LIST
Response: 150 Opening BINARY mode data connection.
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
Status: Resolving address of posnike.cloudapp.net
Status: Connecting to 191.232.182.114:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
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 (23,97,97,140,39,70).
Command: LIST
Response: 150 Opening BINARY mode data connection.
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
우리는 클라이언트가 개발 한 다른 FTP 프로그램 (전송 모드를 선택하지 않고 사용하는 기본 모드를 알지 못함)과 명령 줄을 사용하여 문제없이 서버에 액세스 할 수 있습니다.
사이드 노트 : 내 Azure FTP 설정에는 오른쪽에 경고가 있습니다. "SSL을 통한 FTP (FTPS)를 사용할 때 수동 연결을 허용하거나 방화벽이 패킷을 필터링하지 않을 때 사용자의 외부 IPv4 주소를 구성합니다 방화벽. "