tftp man page on Inferno

Man page or keyword search:  
man Server   579 pages
apropos Keyword Search (all sections)
Output format
Inferno logo
[printable version]

TFTP(2)								       TFTP(2)

NAME
       tftp - Trivial File Transfer Protocol

SYNOPSIS
       tftp := load Tftp Tftp->PATH;
       Tftp: module
       {
	  init:	   fn(progress: int);
	  receive: fn(host: string, filename: string,
		      fd: ref Sys->FD): string;
       };

DESCRIPTION
       Tftp  fetches files from an Internet TFTP server.  It is typically used
       only to fetch kernels or configuration files when  booting.   Only  one
       transfer can be active at any given time.

       Init must be called once before using any other function of the module.
       If progress is non-zero, receive will periodically print a character as
       blocks  are  received:  `.'   for  every	 25 blocks, `S' for a sequence
       error, `T' for a timeout.

       Receive attempts to fetch the contents of filename from host and writes
       the  blocks  of	data  to fd as they are received.  It returns when the
       file transfer has completed, returning a nil string  on	success	 or  a
       diagnostic string otherwise.  When booting, fd is typically open on the
       kexec file of boot(3).

SOURCE
       /appl/lib/tftp.b

SEE ALSO
       ip(2), bootpd(8)

								       TFTP(2)
[top]

List of man pages available for Inferno

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net