ftp 서버를 설치하는 방법은 두 가지가 있다. 일반적인 vsftpd 서버가 있고 보안이 강화된 sftpd 를 설치하는 방법이 있다. vsftp는 설치가 용이하며 일반적으로 21번 port 로 접속하는 반면에 sftpd 는 22번 포트로 통신한다. 첫번째 방법 : vsftpd 설치할 경우 유닉스,리눅스의 커맨드라인에 다음과 같이 입력하면 간단하게 ftp서버를 설치할 수 있다. > sudo apt-get install vsftpd Reading package lists... DoneBuilding dependency tree Reading state information... DoneThe following NEW packages will be installed: vsftpd0 to upgrade, 1 t..