home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / iftp21 / EXAMPLES.ZIP / EXAM7.FTP < prev    next >
Encoding:
Text File  |  1997-05-23  |  437 b   |  15 lines

  1. :---------------------------------------------------------------------
  2. : exam7.ftp
  3. : iFTP example script, using the COPY commands
  4. :---------------------------------------------------------------------
  5.  
  6.   open website
  7.   if not success then goto error
  8.   copy ftp:/dl*.zip import
  9.   if not success then goto error
  10.   exit
  11.  
  12. :----------------------------------------------------------------------
  13. LABEL error
  14.   WriteError "Error"
  15.