code: 9ferno

ref: e2328dc30d3c88259875dc6e6759bc2d408dfe32
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;
};