C# Class Ipfs.Commands.IpfsFile

Inheritance: Ipfs.Json.IpfsCommand
Mostrar archivo Open project: TrekDev/net-ipfs-api

Public Methods

Method Description
Ls ( string path ) : Task

List directory contents for Unix-filesystem objects Retrieves the object named by and displays the contents. The JSON output contains size information.For files, the child size is the total size of the file contents.For directories, the child size is the IPFS link size.

Private Methods

Method Description
IpfsFile ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

Method Details

Ls() public method

List directory contents for Unix-filesystem objects Retrieves the object named by and displays the contents. The JSON output contains size information.For files, the child size is the total size of the file contents.For directories, the child size is the IPFS link size.
public Ls ( string path ) : Task
path string The path to the IPFS object(s) to list links from
return Task