Adding the Trivial File Transfer Protocol (TFTP) server
To add the TFTP server to the IDCF, enter:
ZINET ADD S-TFTP PGM-CTFT MODEL-model PORT-69 P-UDP IP-ipaddr ACT-acttype STATE-state USER-NOBODY
Where:
- model
- is the process model to be used by the TFTP server. Specify WAIT if you want only one occurrence of the TFTP server running at a time. Specify NOWAIT if you want multiple occurrences of the TFTP server running.
- ipaddr
- is a local intranet IP address or the value ANY. Typically, this type of address is assigned by a local network administrator.
- acttype
- is how you want to start the Internet server application. Specify OPER if you want to start and stop the TFTP server manually. Specify AUTO if you want the TFTP server to be automatically started when the Internet Daemon is started.
- state
- is the lowest z/TPF system state in which the TFTP server can be started. Specify 1052, CRAS or NORM.
See z/TPF Operations for more information about the ZINET ADD command.