리눅스 분류
ftp client로 접속
작성자 정보
- 이택동 작성
- 작성일
컨텐츠 정보
- 2,438 조회
- 2 댓글
- 0 추천
- 목록
본문
서버에서 외부서버로 ftp를 접속하여야 하는데.. 안됩니다. 도와 주세요!
리눅스 root계정에서 ftp 클라이언트로 접속을 하면 아래와 같이 접속 됩니다.
[root@localhost ~]# ftp localhost
Connected to localhost.localdomain.
220 (vsFTPd 2.0.5)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (localhost:root): charmingplus
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
그런데 일반계정으로 ftp 클라이언트를 접속하면 아래와 같이 ftp/tcp: unknown service가 나옵니다.
[charmingplus@localhost ~]$ ftp localhost
ftp: ftp/tcp: unknown service
[charmingplus@localhost ~]$
의미를 알 수가 없어서 부탁드립니다..
관련자료
-
이전
-
다음
댓글 2
이현철님의 댓글
- 이현철
- 작성일
혹시 selinux를 사용하시나요.. 혹시 sullixe ON로 설정되어 있지는 않는지요?
이택동님의 댓글
- 이택동
- 작성일
답변 주신걸 오늘 보게 되었네요!
selinux는 disable 되어 있는 상태 입니다.
한계에 부딪치네요!!
selinux는 disable 되어 있는 상태 입니다.
한계에 부딪치네요!!