Home
last modified time | relevance | path

Searched refs:_AUTH (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/libnet/lib/Net/
DFTP.pm306 $ftp->_AUTH('TLS') == CMD_OK or return;
462 my $ok = $ftp->_AUTH($auth || "");
1375 sub _AUTH { shift->command("AUTH", @_)->response() } subroutine
DSMTP.pm614 sub _AUTH { shift->command("AUTH", @_)->response() == CMD_OK } subroutine