반응형
출처: https://technet.microsoft.com/en-us/library/dd421710(v=ws.10).aspx
윈도우에 있는 FTP Service을 사용하기 위해서, firewall 선택시 종종 쉽지 않을때가 있습니다.
간단하게 설정하는 방법
Open an Administrator command-prompt. Click?Start, click?All Programs, click?Accessories, right-click?Command Prompt, and then click?Run as Administrator.
Run the following command:
netsh advfirewall firewall add rule name="FTP Service" action=allow service=ftpsvc protocol=TCP dir=in
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이 등록이된다.)
반응형
'Server관련 > Sever(OS)' 카테고리의 다른 글
IIS Log 파일 삭제하기 (Managing IIS Log File Storage) (0) | 2017.10.04 |
---|---|
(추천) sendmail 관련:시작, 중지 이메일 추가 , /etc/aliases, 메일 서버 차단방지 (0) | 2017.09.09 |
리눅스 파일 내용만 삭제 cat /dev/null (0) | 2017.09.09 |
Windows 10 매일 리부팅 스케쥴링 (0) | 2017.05.23 |
linux 디렉토리별 용량 확인하기 (0) | 2017.04.14 |
Windows 10 부팅시 시작 프로그램 등록하기 (0) | 2016.12.23 |
Windows 10 New Bash Shell 설치 (0) | 2016.10.18 |
DNS설정 A 레코드와 CNAME 레코드 (0) | 2016.10.05 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)