일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- PGP
- 인증기준
- Tripwire
- 조치
- rsync
- ARP
- NFS
- 파밍
- ISMS-P
- xe
- proftpd.conf
- SAMBA
- SSL
- xinetd
- Sendmail
- dhcp
- 사용자 계정 관리
- logrotate
- Spoofing
- 접근통제
- quota
- Oracle
- 2.5.1
- MIME
- pem
- cpio
- set
- pacct
- sendmail.
- 스미싱
- 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>