ArcPad Scripting Object Model
GetFile Method
See Also  Send comments on this topic.
RemoteFileName
Required. A String that represents the name of the file on the FTP server.
LocalFileName
Required. A String that represents the full path of the file to store on the local device.
FailIfExists
Optional. A Boolean that determines whether the method should return False if the local file already exists.
FTP Object : GetFile Method

Glossary Item Box

Description

Retrieves the specified file from the FTP server and stores it locally.

Syntax

object.GetFile ( RemoteFileName, LocalFileName [,FailIfExists] )

Parameters

RemoteFileName
Required. A String that represents the name of the file on the FTP server.
LocalFileName
Required. A String that represents the full path of the file to store on the local device.
FailIfExists
Optional. A Boolean that determines whether the method should return False if the local file already exists.

Return Type

Boolean

See Also

© 2013 All Rights Reserved.