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

Glossary Item Box

Public Methods

Public Method CloseCloses the FTP session.
Public Method CreateDirectoryCreates a new directory on the FTP server.
Public Method DeleteFileDeletes the specified file from the FTP server.
Public Method FindFilesReturns the names of all files in the current working directory of the FTP server.
Public Method GetCurrentDirectoryRetrieves the current directory for the FTP session.
Public Method GetFileRetrieves the specified file from the FTP server and stores it locally.
Public Method OpenOpens an FTP session.
Public Method PutFileAdds the specified local file to the current working directory on the FTP server.
Public Method RemoveDirectoryDeletes a directory on the FTP server.
Public Method RenameFileRenames the specified file on the FTP server.
Public Method SetCurrentDirectoryChanges to the specified working directory on the FTP server.

Public Properties

Public Property ErrorCodeReturns the error code for an error that occurs when using the FTP object, if the .FailOnError property is true.
Public Property ErrorDescriptionReturns the error description for an error that occurs when using the FTP object, if the .FailOnError property is true.
Public Property FailOnErrorReturns or sets a value that determines whether an FTP object's method calls throw a script error upon failure.
Public Property PortReturns or sets the FTP port number.

See Also

© 2012 All Rights Reserved.