Gets a value which specifies the number of bytes transferred to or from the remote server.
An integer value which specifies the number of bytes of data transferred to or from the server.
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.
FileTransfer Class | SocketTools Namespace