E_FTP_ConnMode

Syntax

TYPE E_FTP_ConnMode:(
eConnMode_PASSIVE  := 0,
eConnMode_ACTIVE   := 1
);
END_TYPE

Values

Name

Description

eConnMode_PASSIVE

In this mode, the FTP server creates a port and waits for the FTP client to connect. (Firewall is configured on the server side)

eConnMode_ACTIVE

In this mode, the FTP client creates a port and the FTP server connects to the client. (Firewall is configured on the client side)

Requirements

Development Environment

Target Platform

PLC Libraries to include

TwinCAT v3.0 Build 3102

PC or CX (x86)

Tc2_FTP