Net_SSH2::getCompressionAlgorithmsServer2Client PHP Method

getCompressionAlgorithmsServer2Client() public method

Return a list of the compression algorithms the server supports, when sending stuff to the client.
    function getCompressionAlgorithmsServer2Client()
    {
        $this->_connect();
        return $this->compression_algorithms_server_to_client;
    }