65. FTP

Handle FTP Requests

65.1. Summary of Module Globals

List of Global Functions

  • Dir - List FTP directory

  • Get - Send a get request

List of Global Variables

    65.2. Global Functions

    65.2.1. Dir

    List FTP directory

    Function parameters

    • string url

    Return value

    • list

    65.2.2. Get

    Send a get request

    Function parameters

    • string url

    • string output

    Return value

    • map - Reponse map with HTTP code and transfer size and time

    65.3. Global Variables

    65.4. Module Requirements

    none