Searched refs:_ALLO (Results 1 – 1 of 1) sorted by relevance
507 unless ($ftp->supported("ALLO") and $ftp->_ALLO($size, @_));1173 $ftp->_ALLO(delete ${*$ftp}{net_ftp_allo})1341 sub _ALLO { shift->command("ALLO", @_)->response() == CMD_OK } subroutine