code: 9ferno

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