Using the %downloadcount, %uploadcount, and %synccount Variables

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Script Programming > Internal Script Variables >

Using the %downloadcount, %uploadcount, and %synccount Variables

 

The %downloadcount, %uploadcount, and %synccount variables record the number of files transferred with the most recent RCVFILE, SENDFILE, and SYNC script commands, respectively.

 

Consider the following example in which the total number of files downloaded is used in a message that is displayed to the user.

 

RCVFILE "*"

SET msg = %downloadcount + " files received"

MESSAGEBOX msg

 

 

See also: Internal Script Variables