proftp 설정시에 각 사용자별로 접속하게 하는방법
작성자 정보
- 양정남 작성
- 작성일
컨텐츠 정보
- 968 조회
- 0 추천
- 목록
본문
[root@my var]# cat /usr/local/proftpd/etc/proftpd.conf
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerName "myftpserver"
ServerType standalone
DefaultServer on
Port 21
Umask 022
MaxInstances 30
User nobody
Group nobody
DefaultRoot ~
<Directory ~>
AllowOverwrite on
</Directory>
======================================
위의 내용은 제 proftpd.conf 설정 화일 입니다.
root 가 사용자를 추가 할때마다
ftp에 계정을 주어 각자의 계정에 접속하게 하고싶은대
어느 설정 부분을 만져 주어야 하나요
익명 접속은 허용 하지 않을 려고 빼벼렸구요.
관련자료
-
이전
-
다음