Do not send the ABOR command when aborting download.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Property DoNotSendAbort As Boolean Get Set |
C# |
---|
public bool DoNotSendAbort { get; set; } |
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.