Verba Plugin profile

Connecting to FTP

Lets the user browse and download files from the FTP server.

ftp_browser Version 1.1.1
When to use

Best-fit scenarios

Lets the user browse and download files from the FTP server.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

This Verba Plugin currently exposes no explicit argument fields in its usage metadata.

Settings

Required configuration

  • FTP_HOST string

    The hostname or IP of the FTP server.

  • FTP_PASS password

    Password for FTP login.

  • FTP_PORT number

    The port number of the FTP server.

    Default: 21
  • FTP_USER string

    Username for FTP login.

    Default: anonymous
Example call

Canonical usage JSON

{
  "function": "ftp_browser",
  "arguments": {}
}