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