Rebex FTP for .NET

Ftp.EndGetFileLength Method 

Ends a pending asynchronous length request.

public long EndGetFileLength(
   IAsyncResult asyncResult
);

Parameters

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

Return Value

The size of the specified file in bytes.

See Also

Ftp Class | Rebex.Net Namespace