FTP
An FTP object provides access to FTP (File Transfer Protocol) operations, such as sending or retrieving files from an FTP server.
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")
Dim myFTP
Set myFTP = Application.CreateAppObject("FTP")