wok annotate perl-net-ftp/description.txt @ rev 25057
linux-libre: fix linux-libre-3.18.129-gnu-slitaz.config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 11:05:30 2022 +0000 (2022-06-06) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24242 | 1 Net::FTP is a class implementing a simple FTP client in Perl as described |
Hans-G?nter@24242 | 2 in RFC959. |
Hans-G?nter@24242 | 3 It provides wrappers for the commonly used subset of the RFC959 commands. |
Hans-G?nter@24242 | 4 If IO::Socket::IP or IO::Socket::INET6 is installed it also provides support |
Hans-G?nter@24242 | 5 for IPv6 as defined in RFC2428. |
Hans-G?nter@24242 | 6 And with IO::Socket::SSL installed it provides support for implicit FTPS |
Hans-G?nter@24242 | 7 and explicit FTPS as defined in RFC4217. |
Hans-G?nter@24242 | 8 |
Hans-G?nter@24242 | 9 The Net::FTP class is a subclass of Net::Cmd and (depending on avaibility) |
Hans-G?nter@24242 | 10 of IO::Socket::IP, IO::Socket::INET6 or IO::Socket::INET. |