Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Net] >  [FtpCallback]
Private  Storage   

class %Net.FtpCallback extends %RegisteredObject

For information on subclassing this class, see Using FTP.

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2


Summary

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
RetrieveCallback StoreCallback


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.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.