[ftp] FTP/SFTP/FTPS 의 차이점

프로그래밍/Library 2010. 10. 18. 17:27 Posted by galad
셋 다 다르다!!!

FTP – should be only used for the plain old FTP protocol.

      - 일반적으로 우리가 아는 FTP


SFTP – should be only used for SFTP, the SSH file transfer protocol. However, people often shorten Secure FTP into SFTP - this is not correct, because the S in SFTP does not stand for Secure, but for SSH.

      FTP 프로토콜이 아님!!! 정식명칭은 SSH File Transfer Protocol. 약자로 SFTP로 불림.


Secure FTP – this name is the most confusing, because it is used to refer to either of the two different protocols. Whenever this name is used, it is necessary to specify whether the SSH-based or SSL-based file transfer protocol is meant.

      - FTPS, FTP-Secure 등으로 불림. Plain FTP over TLS/SSL channel. FTP 인데 TLS/SSL 을 거쳐서 안전하게 된 것. 


참고: http://www.zehon.com/index.html

http://en.wikipedia.org/wiki/FTPS

'프로그래밍 > Library' 카테고리의 다른 글

[ETC] 네이버에서 오른쪽 클릭 방지 풀기  (0) 2010.11.29
[정규표현식] 태그 제거하기  (0) 2010.10.19
[eclipse] plug-ins  (0) 2010.08.17
[browser] MS Expension Web SuperView  (0) 2010.04.08
[program] 프로파일러  (0) 2009.12.03