phpseclib\Net\SSH2::getCompressionAlgorithmsClient2Server PHP Method

getCompressionAlgorithmsClient2Server() public method

Return a list of the compression algorithms the server supports, when receiving stuff from the client.
    function getCompressionAlgorithmsClient2Server()
    {
        $this->_connect();
        return $this->compression_algorithms_client_to_server;
    }