'컴퓨터 프로그래밍/운영체제'에 해당되는 글 2건

  1. 2013.10.06 Windows2008 IIS6 FTP 패시브 포드 범위 설정
  2. 2013.03.11 CentOS 버전 확인 2

http://social.msdn.microsoft.com/Forums/windowsserver/en-US/72ea0c7d-1071-4637-a38f-e77195e8a738/ftp-on-windows-2008-server-firewall-solution?forum=winserver2008appcompatabilityandcertification


FTP에서 동적 할당된 포트를 방화벽에서 예외로 지정하는 명령어
netsh advfirewall set global StatefulFtp enable


'컴퓨터 프로그래밍 > 운영체제' 카테고리의 다른 글

CentOS 버전 확인  (2) 2013.03.11
Posted by orange code
cat /etc/redhat-release
Posted by orange code