JAVA, JSP 보안 개발 가이드(wikisecurity.net) 자료
WAS/JEUS |
2015. 3. 16. 18:39
Windows 7에서 telnet 설치방법
1) CMD창에서 아래와 같이 입력한다.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\SSH-PC>pkgmgr /iu:"TelnetClient"
세부내용은 아래 URL 참고하시기 바랍니다.
https://technet.microsoft.com/ko-kr/library/cc771275(v=ws.10).aspx
WebtoB + PHP 연동방법은 다음과 같습니다.
1) WebtoB 4.1.8.0 설치
설치경로 : D:/TmaxSoft/WebtoB4.1
2) PHP(Windows 용) 설치 및 연동
설치경로 : D:/TmaxSoft/WebtoB4.1/php-5.6.4-nts-Win32-VC11-x64
-버전 : PHP 5.6 (5.6.4)- Non Thread Safe
-바이너리 : http://windows.php.net/download/
3) 환경설정 : 첨부파일 http.m 파일 참고
http.m
4) fsockopen.php, index.php 파일 참고
http://php.net/manual/kr/function.fsockopen.php ( sample 참고 )
fsockopen.php
index.php
5) 결과화면 : fsockopen.png