--- ./sample-configurations/basic.conf Sat Oct 17 19:24:41 1998 +++ ../proftpd-1.2.6rc2/./sample-configurations/basic.conf Wed Aug 21 01:40:20 2002 @@ -3,8 +3,8 @@ # and a single anonymous login. It assumes that you have a user/group # "nobody" and "ftp" for normal operation and anon. -ServerName "ProFTPD Default Installation" -ServerType standalone +ServerName "ProFTPD SGI Freeware Default Installation" +ServerType inetd DefaultServer on # Port 21 is the standard FTP port. @@ -23,7 +23,10 @@ # Set the user and group that the server normally runs at. User nobody -Group nogroup +Group nobody + +# Logging options. +TransferLog /usr/freeware/proftpd/var/log/xferlog # Normally, we want files to be overwriteable.