Sample Script Files
<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Script Programming > Sample Script Files |
The sample script library at Robo-FTP.com contains dozens of examples to help you accomplish common tasks.
These samples are included in this manual:
Simple FTP Connection With Error Recovery
FTP Connection to Update a Web Site
Displaying Files and Directories on an FTP Site
Build File Name Including the Current Date
Run a VBScript and use the numeric result
There are several more samples installed in the Sample Scripts folder:
ErrorTesting.s | A script file based on “FirstScript.s” that introduces error testing and recovery. |
Looping.s | A script file based on “FirstScript.s“ that introduces looping. |
prompt.s | A script file that provides interactive control for Robo-FTP where you type script commands to be executed. |
ScriptIntro.s | The introduction script file optionally run when Robo-FTP is launched for the first time. FirstScript.s is created by this script. |
Upload.s | A script file based on “FirstScript.s“ that sends files rather than receiving them. |
See also: Script File Wizard, Script Programming, Script Commands