Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wcooley/net-ftp-simple
- Owner: wcooley
- Created: 2010-12-12T06:07:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T08:53:37.000Z (about 10 years ago)
- Last Synced: 2024-10-18T23:16:02.760Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
Net::FTP
For testing:
Test::More
Test::MockObject
Test::Perl::Critic
Test::Pod::Coverage
Test::PodCOPYRIGHT 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.