SocketTools .NET Edition

FtpClient.TransferBytes Property

Gets a value which specifies the number of bytes transferred to or from the remote server.

[Visual Basic]
Public ReadOnly Property TransferBytes As Integer
[C#]
public int TransferBytes {get;}

Property Value

An integer value which specifies the number of bytes of data transferred to or from the server.

Remarks

The TransferBytes property returns the number of bytes that have been copied to or from the remote FTP server. If this property is read while a transfer is ongoing, the property returns the number of bytes that have been copied up to that point. If read after a transfer has completed, the total number of bytes copied is returned. This property value is reset with every data transfer.

See Also

FtpClient Class | SocketTools Namespace