%Net.FtpCallback
class %Net.FtpCallback extends %Library.RegisteredObject
For information on subclassing this class, see Using FTPOpens in a new tab.
Sub class this and implement the code to handle callbacks generated when we send or receive data. This can be used to give the user an indication it is still working on a large transfer, or abort the transfer. This class is used with %Net.FtpSession only.Method Inventory
Methods
abstract method RetrieveCallback(Command As %String)
Subclass this and add any code that you want called at regular intervals when
receiving data from the Ftp server.
abstract method StoreCallback(Command As %String)
Subclass this and add any code that you want called at regular intervals when
sending data to the Ftp server.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()