# 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 "LonelyIsland FTP Server"
ServerType standalone
DefaultServer on
ServerIdent on "Welcome to LonelyIsland's FTP"
IdentLookups off
UseReverseDNS off
RequireValidShell off
MaxLoginAttempts 3
CommandBufferSize 128
DirFakeUser on FTP
DirFakeGroup on FTP
DeferWelcome on
TimesGMT off
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot /mnt/win_d/server
# Normally, we want files to be overwriteable.
<Directory /mnt/win_d/server>
AllowOverwrite on
<Limit /bin/bash>
</Limit>
</Directory>
<Anonymous /mnt/win_d/server>
User ftp
Group ftp