See the sample scripts listed below.
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
There are also several sample script files provided with Robo-FTP:
FirstScript.s | The script file is created when the “ScriptIntro.s” script file is run. |
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 run when Robo-FTP is launched for the first time. |
In the Sample Scripts folder, there are several more sample script files:
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. |
MasterCron.s | An example of a master script used with the CRONscript command. |
PGP Demo.s | A introduction tutorial to PGP encryption and decryption capabilities found in Robo-FTP. |
Upload.s | A script file based on “FirstScript.s“ that sends files rather than receiving them. |
|