summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common/TFTP.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Common/TFTP.interface.yaml')
-rw-r--r--xyz/openbmc_project/Common/TFTP.interface.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/TFTP.interface.yaml b/xyz/openbmc_project/Common/TFTP.interface.yaml
new file mode 100644
index 0000000..0a4665a
--- /dev/null
+++ b/xyz/openbmc_project/Common/TFTP.interface.yaml
@@ -0,0 +1,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