Setting the Password for a Connection

Use the Password property to set or retrieve the value for the password you use to connect.

Syntax

String Object.Password

Example

Set MySite = CreateObject("CuteFTPPro.TEConnection")

MySite.Protocol = "FTP"

MySite.Host = "ftp.ftp.net"

Object.Login = "username"

MySite.Password = "password"

MySite.Connect