The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Hachero::Plugin::Input::FTP - reads logs from FTP server (somehow directly)

SYNOPSYS

  ---
  plugins:
    - module: Input::FTP
      config:
        host: ftp.example.com
        port: 2121
        username: your_name
        password: your_password
        file: /path/to/your/logfile 

DESCRIPTION

reads logs from FTP server (somehow directly)

implemented hooks

  • input

AUTHOR

Takaaki Mizuno <cpan@takaaki.info>

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

App::Hachero