Module tftp.occ

Index

Declarations

tftp.occ:42Protocol P.TFTP.PACKET

PROTOCOL P.TFTP.PACKET

TFTP utilities.

tftp.occ:437Process tftp.read.file

PROC tftp.read.file (SHARED UDP.SERVER! udp, VAL INT32 server, MOBILE []BYTE filename, CHAN P.TFTP.OUT out!, VAL BOOL wait.end)

Reads a file from the network via TFTP.

Parameters:

SHARED UDP.SERVER! udp Connection to UDP server process.
VAL INT32 server Server to connect to.
MOBILE []BYTE filename Filename on the server to use.
CHAN P.TFTP.OUT out Data, EOF and error output channel.
VAL BOOL wait.end If true, actively waits for timeouts before returning.