home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_sd138.zip / README.TXT < prev    next >
Text File  |  1997-07-30  |  3KB  |  70 lines

  1. The file scripts.zip contains sample scripts which
  2. you can modify and run with SDFTP.  The scripts
  3. should be edited using notepad to avoid any unwanted
  4. document formatting.  Please consult the sdftp.hlp file
  5. for more information on using SDFTP.
  6.  
  7.  
  8.  
  9. Whats New:
  10. v1.3.8
  11. -DIAL command will now allow the use of quotes.  This
  12. was keeping Compuserve users from being able to use
  13. the DIAL command.
  14. -Added the [Setting] NoStoreFileError=1
  15. With this set, SDFTP will skip over a command that was supposed
  16. to upload a file but the local file did not exist.
  17.  
  18. v1.3.7
  19. -Small bug fixes
  20. -Cleanup of the exit procedure
  21.  
  22. v1.3.5
  23. -Small bug fixes.
  24. -Connect is now Non-Blocking
  25. -Dial Up Networking Command for 32bit version
  26. -Statistic Logging
  27. -Command to execute a delay
  28. -GOTO command to loop around in your script
  29.  
  30. v1.3.0
  31. -Small bug fixes.
  32. -Script entries can now be nothing more than numbers without the
  33. FTPCommand part.  For example you can replace FTPCommand1=CONN ftp.test.com
  34. with 1=CONN ftp.test.com.  If you elect to do this you must remove ALL
  35. FTPCommandx= entries and replace them with just the number.  SDFTP will
  36. check at startup and determine what format to use.  It will use the format
  37. it finds for the duration of the script.  While in this script mode the
  38. CommandStatusx= entries are replaced with CSx= and a S for Success and F for
  39. Fail.  If you have CommandStatus entries in your script and want to change
  40. to this format just delete all of the CommandStatus entries.  The next
  41. time SDFTP runs all the way through the script succesfully they will added
  42. back as CSx= entries.  The ExitCode entry has not changed.  It will still
  43. report exactly the same as always.  Remember this is just an option that was
  44. added because the script is a standard Windows ini file that is limited
  45. in size to 64kb.  This file size limit on the script puts about a 800 command
  46. limit on scripts that use the FTPCommandx format.  It is currently
  47. undetermined how many entries will fit in the short script format (definately
  48. more).
  49.  
  50. -Added the script setting NOgethostname to disable the call to
  51. gethostname() which would make SDFTP appear to be hung for a few seconds on
  52. some vendors winsock.dll.  If you use this feature, SDFTP will fill in your
  53. local machine name with the address during the first CONN command.  
  54.  
  55. -All versions, Shareware, Personal Edition, and Project License Edition
  56. all offer the same functionality.  Version 1.2.0 put a limitation on the
  57. Personal Edition, this has been removed and will never resurface.
  58.  
  59. -Fixed a bug in which SDFTP would not detect that a retreive had completed
  60. with an MVS FTP server.
  61.  
  62. -Added a LIST command to retrieve directory listing from a FTP server.
  63.  
  64. -Changed the remote server name lookup to non-blocking.  A setting of
  65. Blocking=1 will force SDFTP to use the old blocking method.
  66.  
  67. -Plus More, see the help file.
  68.  
  69. Author email address:
  70.     pgsoft@ix.netcom.com