Rebex FTP/SSL for .NET

Ftp.BeginGetRawList Method (AsyncCallback, Object)

Retrieves the raw list of files and directories in the current server directory as received from the server.

public IAsyncResult BeginGetRawList(
   AsyncCallback callback,
   object state
);

Parameters

callback
An optional asynchronous callback to be called when the operation is complete.
state
A user-provided object that identifies this particular asynchronous operation.

Return Value

An IAsyncResult that references the asynchronous operation.

Remarks

Represents FTP LIST command.

Because the RFC does not define the format of the file list, this method is often useless. Using GetList is a better choice in most cases.

See Also

Ftp Class | Rebex.Net Namespace | Ftp.BeginGetRawList Overload List