리눅스 분류
proftp 접속이 안됩니다. 조언바랍니다.
작성자 정보
- 임근식 작성
- 작성일
컨텐츠 정보
- 1,874 조회
- 0 추천
- 목록
본문
--> 원인은 님이 환경설정은 standalone 으로 설정하셔놓고 실행은 inet 방식으로
#> service proftp start 하셔서 그런것입니다.
문제를 해결하시려면
1 # This is the ProFTPD configuration file
2 # $Id: proftpd.conf v 1.1 2004/02/26 17:54:30 thias Exp $
3
4 ServerName "youdw"
5 ServerIdent on "FTP Server ready."
6 ServerAdmin youdw@hotmail.com
7 #ServerType standalone
8 ServerType inetd
1 # This is the ProFTPD configuration file
2 # $Id: proftpd.conf v 1.1 2004/02/26 17:54:30 thias Exp $
3
4 ServerName "youdw"
5 ServerIdent on "FTP Server ready."
6 ServerAdmin youdw@hotmail.com
7 #ServerType standalone
8 ServerType inetd
위의 빨간색처럼 수정을 하셔야 합니다.
관련자료
-
이전
-
다음
댓글 0
등록된 댓글이 없습니다.