wok diff perl-net-ftp/description.txt @ rev 25609
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 20 14:03:05 2023 +0000 (16 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-net-ftp/description.txt Thu Jul 20 14:03:05 2023 +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.