Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

IFtp.GetRawListAsync Method

Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)

GetRawListAsync(Object)

Retrieves the raw list of files and directories using a raw text format.

Declaration
Task<string[]> GetRawListAsync(object state = null)
Parameters
Type Name Description
Object state

An optional user-provided object that identifies this particular asynchronous operation.

Returns
Type Description
Task<String[]>

An array of lines, with each line representing a single item.

GetRawListAsync(String, Object)

Retrieves the raw list of files and directories using a raw text format.

Declaration
Task<string[]> GetRawListAsync(string arguments, object state = null)
Parameters
Type Name Description
String arguments

Server and protocol-specific arguments. Usually a directory path.

Object state

An optional user-provided object that identifies this particular asynchronous operation.

Returns
Type Description
Task<String[]>

An array of lines, with each line representing a single item.

In This Article
  • GetRawListAsync(Object)
  • GetRawListAsync(String, Object)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies