A TFTP server class written in PHP, some example server implementations are also included
fileserver.php
Serves files from the standard file system, read and write supportmysqlserver.php
Example server how to query a MySQL databas on read requestshttpproxyserver.php
Example server redirects requests to http server. All valid filenames are said to exist, and are readable. No files are writable.testserver.php
Functional tests fortftpserver.php
, runphp testserver.php
to verify them