FileSize Property
The size of the file pointed to by RemoteFile .
Syntax
[VB.NET] Public ReadOnlyProperty FileSize As Long
[C#] public long FileSize {get;}
Remarks
When this property is read, the FTP server is queried for the file size, and the response is provided as the property value.
If the component is busy or is not connected, 0 is returned.
This property is read-only and not available at design time.
Default Value
0