SmartFTP FTP Library
PassiveMode Enumeration
IDL
enum PassiveMode {
  ftpPassiveModeUseIPFromReply = 1,
  ftpPassiveModeUseHostIP = 2,
  ftpPassiveModeAuto = 3
};
Members

ftpPassiveModeUseIPFromReply
The client connects to the IP address that is extracted from the PASV server reply.
ftpPassiveModeUseHostIP
The client always connects to the IP address the control connection has been made to.

This is record PassiveMode.

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