FtpSettings.DoNotSendAbort Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
DoNotSendAbort
Do not send the ABOR command when aborting download.
Declaration
public bool DoNotSendAbort { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
This flag will cause the component not to send ABOR command while aborting a download. The download will be aborted by closing the receiving socket.
Caution: Only use this if you know what you are doing and why you need this. Please note that some servers might react by closing the control connection.