public bool DeleteOnFailure { get; set; }Public Property DeleteOnFailure As Boolean
Get
Setpublic:
virtual property bool DeleteOnFailure {
bool get () sealed;
void set (bool value) sealed;
}abstract DeleteOnFailure : bool with get, set
override DeleteOnFailure : bool with get, setIf true, a partially downloaded file is deleted if there is a failure during the download. For example, the connection to the SFTP server might have failed. If false, the partially downloaded file remains on the SFTP client machine - and the download may be resumed, if it is a binary transfer.
By default this flag is set to true.