SmartFTP FTP Library
enumKeepAlive Enumeration
IDL
enum enumKeepAlive {
  ftpKeepAliveDisable = 0,
  ftpKeepAliveEnableIdle = 1,
  ftpKeepAliveEnableTransfer = 2,
  ftpKeepAliveEnableBoth = 3
};
Members

ftpKeepAliveEnableTransfer
NOOP commands are sent during FTP data transfers.

This is record enumKeepAlive.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.