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

The Net::FTP::Simple module provides a simplified interface for common
FTP tasks.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


DEPENDENCIES

    Net::FTP

For testing:
    Test::More
    Test::MockObject
    Test::Perl::Critic
    Test::Pod::Coverage
    Test::Pod

COPYRIGHT AND LICENSE

Copyright (C) 2006, Wil Cooley <wcooley@nakedape.cc>.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.