Rebex FTP for .NET

Ftp.AbortTimeout Property

Gets or sets the length of time before the abort operation times out.

public int AbortTimeout {get; set;}

Property Value

The length of time, in milliseconds, until the abort operation times out. Default is 3000, which seems to be a reasonable value.

Remarks

Minimal value is 1000. Setting this to a value lower than 1000 will set it to 1000.

See Also

Ftp Class | Rebex.Net Namespace