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

Sftp.IFtp.GetListAsync Method

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

IFtp.GetListAsync(String, Object)

Retrieves the list of files and directories in the current server directory.

Declaration
Task<FileSystemItemCollection> IFtp.GetListAsync(string arguments, object state)
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<FileSystemItemCollection>

Collection of FileSystemItem values.

Implements
IFtp.GetListAsync(String, Object)

IFtp.GetListAsync(Object)

Retrieves the list of files and directories in the current server directory.

Declaration
Task<FileSystemItemCollection> IFtp.GetListAsync(object state)
Parameters
Type Name Description
Object state

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

Returns
Type Description
Task<FileSystemItemCollection>

Collection of FileSystemItem values.

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