code: 9ferno

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