home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_sd138.zip / SCRIPTS.ZIP / DELR2.FTP < prev    next >
Text File  |  1997-01-04  |  334b  |  21 lines

  1. ;Please see sdftp.hlp if you need help modifying this script.
  2.  
  3. [Settings]
  4. ;Silent=1
  5. ;TimeOut=60
  6. ;DebugMessages=1
  7. ;550DeleteOverRide=1
  8. ;DeleteOverRide=1
  9. ;Debug=1
  10. ;OnSuccessExec=calc
  11. ;OnFailExec=winmine
  12.  
  13. [SDFTP]
  14. 1=CONN ftp.testserver.com
  15. 2=USER anonymous
  16. 3=PASS testuser@testserver.com
  17. 4=PORT
  18. 5=DELR /test/*
  19. 6=QUIT
  20.  
  21.