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

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
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 Feb 02 09:41:22 2022 +0000
     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.