Script File Wizard Step 5 - Disconnect & Exit |
Top Previous Next |
The Disconnect & Exit page of the Script File Wizard is shown below:
Disconnect The final step in any FTP session is to disconnect from the remote site. This may result in the dropping of the physical link on the PC side. For example, a dial-up connection ends by hanging up the phone. Script command references: FTPLOGOFF, DISCONNECT
Repeat session Choose this option if you wish to have the script file loop back to repeat itself after disconnecting. The script file will loop back to the label :Top which is located at a point prior to connecting (and prior to the PAUSE command if the "Schedule daily at" option was selected.) Script command reference: GOTO
Stop running script file Choose this option if you wish script processing to simply stop after the session completes. Script command reference: STOP
Exit Robo-FTP Choose this option if you wish to exit from Robo-FTP when the file transfer session completes. Script command reference: EXIT
Display message box Select this option if you'd like a message to be displayed to the user when the session is complete. Script command reference: MESSAGEBOX
See also: Script Programming, Script Language Features, Script Commands
|