RoboCommandProgress  Event fired to update SENDFILE/RCVFILE progress

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Using Robo-FTP > Using COM/OLE to Control Robo-FTP > COM Events >

RoboCommandProgress  Event fired to update SENDFILE/RCVFILE progress

 

Overview

An event fired when a SENDFILE or RCVFILE script command sent on a non-blocking RoboSendCommand() updates the percent sent or received of the current file transfer.

 

C++ Definition

void RoboCommandProgress( long nPercent )

 

VB Definition

RoboCommandProgress( ByVal Percent As Long )

 

C# Definition

void RoboCommandProgress( Int nPercent )

 

VB.NET Definition

RoboCommandProgress( Percent As Integer )

 

Return Value

None.

 

Parameters

nPercent / Percent

A long in the range of 0 to 100 returned by Robo-FTP at random intervals indicating the progress of a SENDFILE or RCVFILE script command.

 

Remarks

This event is only fired when a non-blocking RoboSendCommand() method is called and a SENDFILE or RCVFILE script command has been sent.