ArcPad Scripting Object Model
PutFile Method
See Also  Send comments on this topic.
LocalFileName
Required. A String that represents the full path of the file on the local device.
RemoteFileName
Required. A String that represents the name of the file on the FTP server.
FTP Object : PutFile Method

Glossary Item Box

Description

Adds the specified local file to the current working directory on the FTP server.

Syntax

object.PutFile ( LocalFileName, RemoteFileName )

Parameters

LocalFileName
Required. A String that represents the full path of the file on the local device.
RemoteFileName
Required. A String that represents the name of the file on the FTP server.

Return Type

Boolean

See Also

© 2012 All Rights Reserved.