Gunnar Mills | 826503c | 2017-03-29 13:43:47 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to provide TFTP (Trivial File Transfer Protocol). |
| 3 | methods: |
| 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. |
Gunnar Mills | 53aef9b | 2017-04-10 16:07:30 -0500 | [diff] [blame] | 16 | errors: |
| 17 | - xyz.openbmc_project.Common.Error.InternalFailure |
| 18 | - xyz.openbmc_project.Common.Error.InvalidArgument |