Searched refs:authorize (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm325 $ftp->authorize($auth,$resp) if defined($resp);
357 sub authorize subroutine
359 @_ >= 1 || @_ <= 3 or croak 'usage: $ftp->authorize( [AUTH [, RESP]])';
899 carp "Use of Net::FTP::authorise deprecated, use 'authorize'"
901 goto &authorize;
1350 If the connection is via a firewall then the C<authorize> method will
1353 =item authorize ( [AUTH [, RESP]])
1357 then C<authorize> uses C<Net::Netrc> to do a lookup.

Completed in 21 milliseconds