blob: 0a4665a4c071b6475cdf370d8997b28045c836dc [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.