blob: f14eaf2b09985a1fc8212b7995106f117d7b5071 [file] [log] [blame]
description: >
Implement to provide TFTP (Trivial File Transfer Protocol).
methods:
- name: DownloadViaTFTP
description: >
Download a file via TFTP.
parameters:
- name: FileName
type: string
description: >
The name of the file to transfer.
- name: ServerAddress
type: string
description: >
The TFTP Server IP Address.
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.Error.InvalidArgument