IPWorks SFTP 2020 .NET Edition

Questions / Feedback?

StartByte Property

The offset in bytes at which to begin the Upload or Download.

Syntax

public long StartByte { get; set; }
Public Property StartByte As Long

Default Value

0

Remarks

The StartByte property is used by the Upload and Download methods to determine at what offset to begin the transfer. This allows for resuming both uploads and downloads. The value of this property is reset to 0 after a successful transfer. StartByte is not valid for use with Append.

When downloading, this property can be used in conjunction with the TransferredDataLimit configuration setting in order to only download a specific range of data from the current RemoteFile.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 .NET Edition - Version 20.0 [Build 8263]