summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common/TFTP.interface.yaml
blob: 9a1b0618e4ec8b337ea73d6fed306996d4a04bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
OpenPOWER on IntegriCloud