Setting a Host Address for a Connection

Use the Host property to set or retrieve the value for the host name of a site when you are connecting.

Syntax

int Object.Host

Example

Set MySite = CreateObject("CuteFTPPro.TEConnection")

MySite.Protocol = "FTP"

MySite.Host = "ftp.ftp.net"

MySite.Port = 21

MySite.Login = "username"

MySite.Password = "password"