Rebex FTP for .NET

Ftp.EndGetFile Method 

Ends a pending asynchronous file download.

public long EndGetFile(
   IAsyncResult asyncResult
);

Parameters

asyncResult
Stores state information for this asynchronous operation as well as any user defined data.

Return Value

Number of bytes transfered.

See Also

Ftp Class | Rebex.Net Namespace