The OnGetFile event is generated when a file transfer is
initiated
Syntax
Sub object_OnGetFile( [Index As
Integer], ByVal LocalFile As Variant,
ByVal RemoteFile As Variant )
Remarks
The OnGetFile event is generated when a file transfer is
initiated by calling the GetFile or GetMultipleFiles
methods. This will be followed by one or more OnProgress
events which will indicate the progress of the transfer. If multiple
files are being downloaded, this event will fire for each file as it
is transferred.
See Also
GetFile Method,
GetMultipleFiles Method,
OnProgress Event
|