Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wcooley/net-ftp-simple

Perl module implementing one-shot FTP operations
https://github.com/wcooley/net-ftp-simple

Last synced: 16 days ago
JSON representation

Perl module implementing one-shot FTP operations

Awesome Lists containing this project

README

        

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 .

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