세상살면서
Windows에 포함된 ftp.exe 의 디버그 모드실행
고급코드
2006. 8. 20. 17:30
반응형
C:\>ftp -d
ftp> open localhost.com
Connected to localhost.com.
220 Cafe24 FTP Server ready ..
User (sarangsai.com:(none)): superman
---> USER superman
331 Password required for superman.
Password:
ftp> open localhost.com
Connected to localhost.com.
220 Cafe24 FTP Server ready ..
User (sarangsai.com:(none)): superman
---> USER superman
331 Password required for superman.
Password:
-d 옵션을 주면 ftp 의 각종 명령어 전송을 debugging 해볼수 있다.
반응형