#!/usr/bin/perl -w

use strict;
use LogTrend::Agent::FtpAgent;

new LogTrend::Agent::FtpAgent();


