FTPGETREWIND Reset file pointer for FTPGETFILE command
<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands > FTPGETREWIND Reset file pointer for FTPGETFILE command |
Syntax: |
FTPGETREWIND |
|
Arguments: |
None |
|
Options: |
None |
|
This script command is used to reset the file pointer to the first file in the list of wildcard matches found by either the FTPGETFILE or GETSITEFILE command.
You might use this command to “rewind” to the beginning of a series of files if you need to repeat some process.
The file pointer is also automatically rewound by a successful execution of the FTPLOGOFF command.
Related command(s): FTPGETFILE, GETSITEFILE
See also: GETREWIND