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


App-Hachero documentation  | view source Contained in the App-Hachero distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  ---
  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

Top

fetchs logs from FTP server.

implemented hooks

* fetch

AUTHOR

Top

Takaaki Mizuno <cpan@takaaki.info>

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

Top

App::Hachero


App-Hachero documentation  | view source Contained in the App-Hachero distribution.