# 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 "SNUJN Server (By Proftpd)"
ServerType standalone
DefaultServer on
# Port 21 is the standard FTP port.
Port 100
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022