Retrieves the raw list of files and directories in the current server directory as received from the server.
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);
Ftp Class | Rebex.Net Namespace