Aria2.JsonRpcClient

Aria2.JsonRpcClient Documentation - Home | Client | Requests | Models | Examples

GetFiles

Overview

Represents a request to get the files of a download.


Constructors

GetFiles(string gid, string? id = null)

Returns an array of file objects associated with the download denoted by gid. Each file object includes details such as file path, size, and progress.

https://aria2.github.io/manual/en/html/aria2c.html#aria2.getFiles

Parameters:

Returns:

A read-only list of Aria2File objects.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


Top
© lantean-code - Generated on 2025-04-02