type
TScSFTPReplySpaceAvailableEvent = procedure(Sender: TObject; const Path: string; SpaceAvailableReplyExtension: TScSpaceAvailableReplyExtension) of object;
property OnReplySpaceAvailable: TScSFTPReplySpaceAvailableEvent;
Description
The OnReplySpaceAvailable event occurs when requesting available space for an arbitrary path during the QueryAvailableSpace method call.
Parameters:
• | Sender - the object that raised the event. |
• | Path - the path for which the available space was requested. |
• | SpaceAvailableReplyExtension - the object that holds data about the available space. |
See Also