SmartFTP FTP Library
PortMode Enumeration
IDL
enum PortMode {
  ftpPortModeDefault = 1,
  ftpPortModeManual = 2
};
Members

ftpPortModeDefault
The client IP address is used.
ftpPortModeManual
The IP address specified in the PortIP property is used. If the PortIP address is empty, the client will revert to the default mode.

To set the port mode use the PortMode property.

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