wok diff perl-net-ftp/description.txt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-net-ftp/description.txt	Wed May 18 06:55:41 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +Net::FTP is a class implementing a simple FTP client in Perl as described
     1.5 +in RFC959.
     1.6 +It provides wrappers for the commonly used subset of the RFC959 commands.
     1.7 +If IO::Socket::IP or IO::Socket::INET6 is installed it also provides support
     1.8 +for IPv6 as defined in RFC2428.
     1.9 +And with IO::Socket::SSL installed it provides support for implicit FTPS
    1.10 +and explicit FTPS as defined in RFC4217.
    1.11 +
    1.12 +The Net::FTP class is a subclass of Net::Cmd and (depending on avaibility)
    1.13 +of IO::Socket::IP, IO::Socket::INET6 or IO::Socket::INET.