Send NOOP command during file transfers every 10 minutes.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Property KeepAliveDuringTransfer As Boolean
	Get
	Set
C#
public bool KeepAliveDuringTransfer { get; set; }

Remarks

This is only needed if the FTP control connection is otherwise being dropped by a buggy router or firewall while a very long data transfer is in progress.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also