blob: f14eaf2b09985a1fc8212b7995106f117d7b5071 [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:
Patrick Williams8da396c2022-03-14 14:21:02 -05008 - 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.
Gunnar Mills53aef9b2017-04-10 16:07:30 -050016 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050017 - xyz.openbmc_project.Common.Error.InternalFailure
18 - xyz.openbmc_project.Common.Error.InvalidArgument