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