From RTE 34.15.9 it is possible to view with a browser the internal documentation released along with the RTE distribution.
To enjoy this benefit, both the TFTP server and the HTTP server must be enabled. The FTP server uses the HTML pages in the /web/rte directory.
Syntax |
TFTP_SRV [port] [-D] [-V] [-M] [-IC] |
---|---|
port |
Port number on which the service is issued. If omitted or equal to 0, port 69 is used. (Optional) |
-D |
Enables the output of debug information in reports (internal use). (optional) |
-V |
Enables expanded-mode information output in report (internal use). (optional) |
-M |
Enables message dump in report (internal use). (optional) |
-IC |
Enables immediate closing of socket after complete file reception. (optional) Note: you can also enable immediate close from RSW.CFGX file by adding <Immediate_close>true</Immediate_close> tag in TFTP section |
Notes |
This directive can only be used once. Subsequent executions will return with error |
Example
In the file autoexec.stp: HTTP_SRV TFTP_SRV from browser assuming the TCP/IP address of the control is 10.0.40.15 |