about summary refs log tree commit
path: root/lib/Net/FTP.pm
DateCommit message (Expand)
2017-11-14Bump copyright date
2017-11-14Merge pull request #32 from bk2204/mlsd-insensitive
2017-03-07Treat FTP MLSD commands case-insensitively
2016-10-27Simplify AUTHOR/copyright notices
2016-08-30Bump copyright dates for files changed this year
2016-08-01Bump version
2016-07-19Bump version
2016-07-01Require IO::Socket::IP >= 0.25 to hopefully stop t/pop3_ipv6.t hanging
2016-01-05Bump version
2015-12-25POD fix escape of > character
2015-09-01Bump version
2015-07-17Merge branch 'use-MLSD-for-more-robustness' of https://github.com/ColMelvin/p...
2015-07-17Minor correction to 8b327f4281, confirmed by Steffen
2015-07-16Add Changes entry for previous merge commit, plus other minor tidy-ups
2015-07-10let FTP, NNTP, POP3, SMTP restrict Domain to IPv4 even if IPv6 is supported b...
2015-07-08Bump version
2015-03-24Add licence files; clarify licence statements
2015-03-11Merge pull request #15 from mstevens/master
2015-03-10Convert tabs to spaces
2015-03-05Fix unrendered pod markup showing for eprt / epsv (eg see https://metacpan;3D...
2015-02-05Fix Net::FTP authorize() method
2015-01-20Bump version
2014-12-09Bump version
2014-12-03Make rmdir() more robust against faulty FTP servers
2014-11-29SSL support: use SNI only if supported by IO::Socket::SSL (i.e. openssl versi...
2014-11-28Bump version
2014-11-28- model SSL support for Net::NNTP after Net::SMTP, i.e. upgrade to SSL class ...
2014-11-27Increase minimum requred IO::Socket::SSL version from 1.999 to 2.007
2014-11-20Convert array received from PASV into a format PORT command can use
2014-11-20Increased minimum required Socket version from 1.3 to 2.016
2014-11-13Avoid "Argument ... isn't numeric in subroutine entry" warnings
2014-10-11Bump version
2014-10-09Bump version
2014-10-09Tidy up following 042ff9d728
2014-10-09use version 1.999 of IO::Socket::SSL, because it protects against bad version...
2014-10-09Bump version
2014-10-08Synchronize all $VERSIONs to the distribution's version number
2014-10-08Fix PAUSE indexing problem again
2014-10-04Don't use the ALLO command on FTP servers that don't support it
2014-10-04Improve support for $ftp->supported(CMD)
2014-06-27Add some missing commas
2014-06-26Fix line spacing
2014-06-26Document new Net::FTP methods
2014-06-24added IPv6 and SSL support for Net::FTP too
2014-06-11Add optional POD coverage testing
2014-06-05Update copyright and fix POD
2014-06-04Make code Perl::Critic clean
2014-06-04Use 5.008001, strict and warnings throughout
2014-06-04We require perl-5.8.1 or higher now
2014-06-03Moved Net/*.pm into lib/Net/ sub-directory within distribution