ArcPad Scripting Object Model
Open Method
See Also  Send comments on this topic.
HostName
Required. A String that represents the host name of the FTP server.
Username
Optional. A String that represents the name of the user to log on.
Password
Optional. A String that represents the password to use to log on.
Passive
Optional. A Boolean that determines whether to use passive FTP semantics.
FTP Object : Open Method

Glossary Item Box

Description

Opens an FTP session.

Syntax

object.Open ( HostName [,UserName] [,Password] [,Passive] )

Parameters

HostName
Required. A String that represents the host name of the FTP server.
Username
Optional. A String that represents the name of the user to log on.
Password
Optional. A String that represents the password to use to log on.
Passive
Optional. A Boolean that determines whether to use passive FTP semantics.

Return Type

Boolean

Remarks

The default values for the optional method arguments are:
  • UserName -- anonymous
  • Password -- user@internet.com
  • Passive -- True

See Also

© 2012 All Rights Reserved.