The file scripts.zip contains sample scripts which you can modify and run with SDFTP. The scripts should be edited using notepad to avoid any unwanted document formatting. Please consult the sdftp.hlp file for more information on using SDFTP. Whats New: v1.3.5 -Small bug fixes. -Connect is now Non-Blocking -Dial Up Networking Command for 32bit version -Statistic Logging -Command to execute a delay -GOTO command to loop around in your script v1.3.0 -Small bug fixes. -Script entries can now be nothing more than numbers without the FTPCommand part. For example you can replace FTPCommand1=CONN ftp.test.com with 1=CONN ftp.test.com. If you elect to do this you must remove ALL FTPCommandx= entries and replace them with just the number. SDFTP will check at startup and determine what format to use. It will use the format it finds for the duration of the script. While in this script mode the CommandStatusx= entries are replaced with CSx= and a S for Success and F for Fail. If you have CommandStatus entries in your script and want to change to this format just delete all of the CommandStatus entries. The next time SDFTP runs all the way through the script succesfully they will added back as CSx= entries. The ExitCode entry has not changed. It will still report exactly the same as always. Remember this is just an option that was added because the script is a standard Windows ini file that is limited in size to 64kb. This file size limit on the script puts about a 800 command limit on scripts that use the FTPCommandx format. It is currently undetermined how many entries will fit in the short script format (definately more). -Added the script setting NOgethostname to disable the call to gethostname() which would make SDFTP appear to be hung for a few seconds on some vendors winsock.dll. If you use this feature, SDFTP will fill in your local machine name with the address during the first CONN command. -All versions, Shareware, Personal Edition, and Project License Edition all offer the same functionality. Version 1.2.0 put a limitation on the Personal Edition, this has been removed and will never resurface. -Fixed a bug in which SDFTP would not detect that a retreive had completed with an MVS FTP server. -Added a LIST command to retrieve directory listing from a FTP server. -Changed the remote server name lookup to non-blocking. A setting of Blocking=1 will force SDFTP to use the old blocking method. -Plus More, see the help file. Author email address: marks@leaseplan.com