wok-current diff perl-net-ftp/description.txt @ rev 25151
orc-dev: added .la file
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 30 11:07:10 2022 +0100 (2022-06-30) |
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 Jun 30 11:07:10 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.