The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Hachero::Plugin::Fetch::FTP - fetchs logs from FTP server

SYNOPSIS

---
global:
  work_path: /path/to/your/work_path
plugins:
  - module: Fetch::FTP
    config:
      host: ftp.example.com
      port: 2121
      username: your_name
      password: your_password
      file: /path/to/your/log*

DESCRIPTION

fetchs logs from FTP server.

implemented hooks

  • fetch

AUTHOR

Takaaki Mizuno <cpan@takaaki.info>

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

App::Hachero