Gets the length of the remote file that is currently processed.
If the problem isn't related to a file or if this information is not available, -1 is returned.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property RemoteFileLength As Long Get |
| C# |
|---|
public long RemoteFileLength { get; } |