code: purgatorio

ref: eb0e026c241bd3afc6a10a6e2c7417de1b91f7e8
dir: /module/tftp.m/

View raw version
Tftp: module
{
	PATH: con "/dis/lib/tftp.dis";
	init: fn(progress: int);
	receive: fn(host: string, filename: string, fd: ref Sys->FD): string;
};