wok view perl-net-ftp/description.txt @ rev 24432

updated libnetfilter_conntrack and libnetfilter_conntrack-dev (1.0.7 -> 1.0.8)
author Hans-G?nter Theisgen
date Sat Feb 12 17:34:21 2022 +0100 (2022-02-12)
parents
children
line source
1 Net::FTP is a class implementing a simple FTP client in Perl as described
2 in RFC959.
3 It provides wrappers for the commonly used subset of the RFC959 commands.
4 If IO::Socket::IP or IO::Socket::INET6 is installed it also provides support
5 for IPv6 as defined in RFC2428.
6 And with IO::Socket::SSL installed it provides support for implicit FTPS
7 and explicit FTPS as defined in RFC4217.
9 The Net::FTP class is a subclass of Net::Cmd and (depending on avaibility)
10 of IO::Socket::IP, IO::Socket::INET6 or IO::Socket::INET.