ServerName "ProFTPD-Fix-Verify"
ServerType standalone
DefaultServer on
Port 2123
User vscode
Group vscode

AuthUserFile /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/coding/verify_env/proftpd.passwd
AuthGroupFile /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/coding/verify_env/proftpd.group
RequireValidShell off
AuthOrder mod_auth_file.c

UseIPv6 off
UseReverseDNS off
ScoreboardFile /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/coding/verify_env/proftpd.scoreboard
PidFile /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/coding/verify_env/proftpd.pid

<Directory /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/coding/verify_env/ftp-root>
  <Limit ALL>
    AllowAll
  </Limit>
</Directory>

<Directory /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/coding/verify_env/ftp-root/protected>
  <Limit ALL>
    DenyAll
  </Limit>
</Directory>

<Directory /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/coding/verify_env/ftp-root/public>
  <Limit ALL>
    AllowAll
  </Limit>
</Directory>
