FTPDIFFREWIND Reset file pointer for FTPGETDIFF command
<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands > FTPDIFFREWIND Reset file pointer for FTPGETDIFF command |
Syntax: |
FTPDIFFREWIND |
|
Arguments: |
None |
|
Options: |
None |
|
This script command is used to reset the file pointer to the first difference recorded in the snapshot database populated by the FTPGETDIFF command.
You might use this command to “rewind” to the beginning of a series of differences if you need to repeat some process.
Note: Snapshot database files are small SQLite database files created by Robo-FTP to support the DIFF and FTPDIFF family of script commands.
Related command(s): FTPDIFF, FTPGETDIFF
See also: DIFFREWIND, Using the built-in database engine