property Port: integer; default 21;
Description
Specifies the port number for TCP/IP connection to the FTP server.
The Connect method uses values in the HostName and Port properties to establish a connection for the FTP session.
The default value is 21 port number.
See Also
Connect
HostName