code: 9ferno

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