273. TFTP

Handle TFTP Requests

273.1. Authors

  • Anas Nashif <nashif@suse.de>

273.2. Summary of Module Globals

List of Global Functions

  • Get - Send a get request

  • Put - Send a put request

List of Global Variables

    273.3. Global Functions

    273.3.1. Get

    Send a get request

    Function parameters

    • string server

    • string remote

    • string local

    Return value

    • boolean - true on success

    273.3.2. Put

    Send a put request

    Function parameters

    • string server

    • string remote

    • string local

    Return value

    • boolean - true on success

    273.4. Global Variables

    273.5. Module Requirements

    none