For information about Globalscape, visit www.globalscape.com. |
Use the Login property to set or retrieve the value for the user name (login) you use to connect.
Syntax
String Object.Login
Example
Set MySite = CreateObject("CuteFTPPro.TEConnection")
MySite.Protocol = "FTP"
MySite.Host = "ftp.cuteftp.com"
MySite.Login = "username"
MySite.Password = "password"
MySite.Connect