ServerName "ProFTPD Default Installation" ServerType inetd DeferWelcome off DefaultServer on DefaultRoot / wheel DefaultRoot / admin-users DefaultRoot ~/../../.. site-adm DefaultRoot ~ !site-adm ScoreboardFile /var/run/proftpd.scoreboard # Port 21 is the standard FTP port. Port 0 # Umask 022 is a good standard umask to prevent new dirs and files # from being group and world writable. Umask 002 # Set the user and group under which the server will run. User nobody Group nogroup # To cause every FTP user to be "jailed" (chrooted) into their home # directory, uncomment this line. #DefaultRoot ~ # Normally, we want files to be overwriteable. AllowOverwrite on