Searched refs:_AUTH (Results 1 – 2 of 2) sorted by relevance
306 $ftp->_AUTH('TLS') == CMD_OK or return;462 my $ok = $ftp->_AUTH($auth || "");1375 sub _AUTH { shift->command("AUTH", @_)->response() } subroutine
614 sub _AUTH { shift->command("AUTH", @_)->response() == CMD_OK } subroutine