Send NOOP command during file transfers every 10 minutes.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ftp (in Rebex.Ftp.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property KeepAliveDuringTransfer As Boolean Get Set | 
| C# | 
|---|
| public bool KeepAliveDuringTransfer { get; set; } | 
 Remarks
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.
            
 
     
     
     
     
    