Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.DataPortMax Property

Indicates the upper limit for port numbers allowed when binding an active data channel for the FTP client.

Pascal
property DataPortMax: Integer;

DataPortMax is an Integer property that indicates the upper limit for port numbers allowed when binding the data channel for the FTP client session. 

The default value for the DataPort property is 0 (zero), and indicates that the data port is assigned when the data channel connection is bound. 

The default value for DataPortMax is 0, as assigned during initialization of the component, and indicates that an upper limit is not used for port selection. 

Use DataPortMin to indicate the lower limit for automatic port number selection. 

Both DataPortMin and DataPortMax are used in internal processing for the Get and Put methods to create a data channel that actively listens for a server connection (when Passive contains False). FTP clients will send the FTP PORT command, or the PBSZ and PROT commands when UsingExtDataPort indicates extended port protection features are enabled for the server. 

DataPortMin and DataPortMax are useful when a proxy server, firewall, or NAT requires values in the DataPort property to be in an accepted range of values. 

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.