property Uri: string;
Description
Gets or sets the Uniform Resource Identifier (URI) of the FTP server.
The Uri property can consist of a hostname and an optional port number. Uri without port information implies the default port (port 21).
An example complying with requirements that specifies a port of 2121 would be the following value for the Uri property: 'ftp://host.com:2121'.
When setting the Uri property, there is value parsing and the HostName, Port, Username and Password properties are reset.
See Also