# File lib/net/sftp/protocol/01/base.rb, line 233
      def not_implemented!(operation)
        raise NotImplementedError, "the #{operation} operation is not available in the version of the SFTP protocol supported by your server"
      end