Article Figure 1 Figure 2 Figure 3 Listing 1
Listing 2 Listing 3 Listing 4 Listing 5 Table 1 feb2000.tar

Listing 3: Example proftpd.conf

ServerName                      "FTP Server"
ServerType                      standalone
DefaultServer                   on
Port                            21
Umask                           022
MaxInstances                    30
User                            nobody
Group                           nogroup
DefaultRoot                     ~

<Global>
        AllowOverwrite                  off
        <Limit ALL>
                Order allow,deny
                DenyAll
        </Limit>
        <Directory ~/public_html/_vti_*>
                <Limit ALL>
                        DenyALL
                </Limit>
        </Directory>
</Global>