일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- quota
- set
- rsync
- 조치
- Oracle
- 스미싱
- sendmail.
- NFS
- PGP
- SAMBA
- ISMS-P
- dhcp
- pem
- 파밍
- 사용자 계정 관리
- ARP
- 2.5.1
- Sendmail
- logrotate
- MIME
- Tripwire
- 접근통제
- 인증기준
- Spoofing
- xinetd
- cpio
- xe
- SSL
- proftpd.conf
- pacct
- Today
- Total
SEO
proftpd.conf 본문
ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on
Port 21
UseIPv6 off
Umask 022
MaxInstances 30
User nobody
Group nobody
#DefaultRoot ~ => DefaultRoot ~
# Normally, we want files to be overwriteable.
AllowOverwrite on
# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
DenyAll
</Limit>
#<Anonymous ~ftp>
<Anonymous /home/ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 10
DisplayLogin welcome.msg
DisplayChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Directory imcoming>
<Limit READ>
AllowALL
</Limit>
</Directory>
<Directory pub>
<Limit READ, STOR, DELE, MKD>
AllowALL
</Limit>
</Directory>