Server관련/Sever(OS)

Window Firewall 에 FTP Passive Mode 로 만들기

saltdoll 2017. 5. 3. 09:30
반응형

출처: https://technet.microsoft.com/en-us/library/dd421710(v=ws.10).aspx


윈도우에 있는 FTP Service을 사용하기 위해서, firewall 선택시 종종 쉽지 않을때가 있습니다.



간단하게 설정하는 방법

  1. Open an Administrator command-prompt. Click?Start, click?All Programs, click?Accessories, right-click?Command Prompt, and then click?Run as Administrator.

  2. Run the following command:

    netsh advfirewall firewall add rule name="FTP Service" action=allow service=ftpsvc protocol=TCP dir=in
    
  3. Finally, disable stateful FTP filtering so that the firewall does not block any FTP traffic.

    netsh advfirewall set global StatefulFTP disable


다음과 같이 하면 쉽게 FTP Service가 오픈됩니다.


(다음과 같이 실행하면, 윈도우 Firewall에서 Role이 등록이된다.)


반응형
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)