Downloads the remote file to the data stream.
Downloads the remote file to the data stream.
public IAsyncResult BeginGetFile(string,Stream,AsyncCallback,object);
Downloads the remote file to the data stream.
public IAsyncResult BeginGetFile(string,Stream,long,AsyncCallback,object);
Downloads the remote file to the local file.
public IAsyncResult BeginGetFile(string,string,AsyncCallback,object);
Downloads the remote file to the local file.
public IAsyncResult BeginGetFile(string,string,long,long,AsyncCallback,object);
Ftp Class | Rebex.Net Namespace