New Features In This Version

 

Version 3.7 is a major update to the ftp-Performer scripting language. The most powerful commands are those added that now allow to use HTML files for the input/output of scripting data (examples 64-69).

New in 3.7.0.0

1. BandWidth command to limit the speed of transfers. (Example 61)

2. Example 62, sample for the use of subscripts to verify a valid IP address. (Example 63)

3. Ability to force scripts to reside in the tray on the Windows Taskbar. (Example 63)

4. Ability to use HTML forms for script input and output. (Examples 64-69).

5. Ability to force a subroutine execution upon exiting a script. (Example 70)

6. ToggleOn/ToggleOff action for the script execution window.

7. LoadFromFile to load all data from a file to be represented by one variable.

8. Break command to exit from For/Next loops.

9. Ability to retrieve items or their positions from delimited string (Example 71).

10. Position and SubStr will now recognize commas within a string.

 

New in 3.3.0.0

1. New GUI based folder and file selection for scripting. This uses the commands Local-FolderDialog and Local-FileDialog (Example 56).

2. New scripting Variables LocalIP and DialIP (Example 57).

3. Scripts and compiled scripts no longer need the Zip DLL files transferred with them if your script executable features this functionality.