![]() |
![]()
| ![]() |
![]()
NAMEwzdftpd - Perl extension for libwzd (wzdftpd)SYNOPSISuse wzdftpd; wzd_init("localhost",21,"wzdftpd","wzdftpd") or die "unable to connect"; my @reply = wzd_send_message("site who"); foreach my $line (@reply) { print "$line\n"; } wzd_fini(); DESCRIPTIONThe wzdftpd allows you to control/send commands to a wzdftpd server.Blah blah blah. EXPORTNone by default.SEE ALSORFCMention other useful documentation such as the documentation of related modules or operating system documentation (such as man pages in UNIX), or any relevant external documentation such as RFCs or standards.If you have a mailing list set up for your module, mention it here. URLsHomepage: http://www.wzdftpd.netAUTHORPierre Chifflier, <pollux@cpe.fr>COPYRIGHT AND LICENSECopyright (C) 2004 by Pierre ChifflierThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
|