blob: 0a4665a4c071b6475cdf370d8997b28045c836dc [file] [log] [blame]
Gunnar Mills826503c2017-03-29 13:43:47 -05001description: >
2 Implement to provide TFTP (Trivial File Transfer Protocol).
3methods:
4 - name: DownloadViaTFTP
5 description: >
6 Download a file via TFTP.
7 parameters:
8 - name: FileName
9 type: string
10 description: >
11 The name of the file to transfer.
12 - name: ServerAddress
13 type: string
14 description: >
15 The TFTP Server IP Address.