Script Examples
GET STARTED
     Lesson 1: Your first script
     Lesson 2: Transfering files
     Lesson 3: Variables
     Lesson 4: IF, WHILE,GOTO
HOW TO...
     Transfer only modified files
     Update a web server
     Schedule a script
     Log ScriptFTP messages
     Handle errors
     Run ScriptFTP in hidden mode
COMMANDS
     Server Connection
         FTPOPENHOST
         FTPCLOSEHOST
         SETPORT
     File Transfer
         FTPGETFILE
         FTPPUTFILE
         TIMEDIFF
         TRANSFERMODE
     Local directory
         LOCALMKDIR
         LOCALCHDIR
         LOCALCWD
         LOCALRMDIR
     Remote directory
         FTPCHDIR
         FTPCWD
         FTPMKDIR
         FTPRMDIR
     Remote file manipulation
         FTPFILERENAME
         FTPFILEDEL
         FTPLS
         FTPCHMOD
     Script Output
         LOGTO
         SILENT
         PRINT
     Miscellaneous
         CONCAT
         ISEQUAL
         ADD
         NOT
         SLEEP
         EXEC
         EXIT
         GETDATE
         GETENV