Rebex FTP/SSL for .NET

Ftp.BeginGetFile Method

Downloads the remote file to the data stream.

Overload List

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);

See Also

Ftp Class | Rebex.Net Namespace