Rebex FTP/SSL for .NET

Ftp.BeginGetRawList Method

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

Overload List

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

public IAsyncResult BeginGetRawList(AsyncCallback,object);

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

public IAsyncResult BeginGetRawList(string,FtpListingType,AsyncCallback,object);

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

public IAsyncResult BeginGetRawList(string,AsyncCallback,object);

See Also

Ftp Class | Rebex.Net Namespace