242. TFTP

Handle TFTP Requests

242.1. Summary of Module Globals

List of Global Functions

  • Get - Send a get request

  • Put - Send a put request

List of Global Variables

    242.2. Global Functions

    242.2.1. Get

    Send a get request

    Function parameters

    • string server

    • string remote

    • string local

    Return value

    • boolean - true on success

    242.2.2. Put

    Send a put request

    Function parameters

    • string server

    • string remote

    • string local

    Return value

    • boolean - true on success

    242.3. Global Variables

    242.4. Module Requirements

    none