ArcPad Scripting Object Model
FTP Object
See Also  Members  Send comments on this topic.

Glossary Item Box

Description

FTP

 

An FTP object provides access to FTP (File Transfer Protocol) operations, such as sending or retrieving files from an FTP server.

Remarks

An FTP object is a creatable object in ArcPad. Here's an example of creating a new FTP object:

Dim myFTP
Set myFTP = Application.CreateAppObject("FTP")

See Also

© 2012 All Rights Reserved.