home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / spewnew.zip / readme.txt next >
Text File  |  1998-04-17  |  2KB  |  55 lines

  1. SPEWNEW.CMD
  2.  
  3.   I built this rexx routine to maintain the CIM image archive 
  4.   (http://www.mining.ubc.ca/images).  It allows me to transfer the files that I build 
  5.   on my local machine to the web site via FTP.  It works by looking for all files 
  6.   in a subdirectory tree that have the archive bit set.  
  7.  
  8.   Every time that you create or edit a file, its archive bit gets set.  This is the 
  9.   cue that SpewNew uses to know what to transfer.  After a file has been successfully
  10.   transferred, it's archive bit is shut off to prevent it from getting transferred 
  11.   again the next time you run SpewNew.
  12.  
  13.  
  14. USAGE:
  15.  
  16.      SPEWNEW \LOCALDIR ftp.remote.ca/pub/remote [loginID] [password]
  17.  
  18.   where '\LOCALDIR' is the local directory root to begin searching down from
  19.         'ftp.remote.ca' is the ftp server to reach 
  20.         '/pub/remote' is the remote directory root on the remote server 
  21.         [loginID] (optional) the login ID to use entering the FTP server
  22.         [password] (optional) the password to use entering the FTP server
  23.  
  24.   All the files in \LOCALDIR and in all the files below it are searched for files
  25.   to transfer.
  26.  
  27.  
  28. REQUIREMENTS:
  29.  
  30.   You must have the IBM EWS rexx FTP module called "rxftp".  It is available
  31.   on the internet from www.cdrom.com or from the IBM support
  32.   bulletin boards.  
  33.  
  34.   On cdrom.com, download 
  35.     http://www.cdrom.com/pub/os2/ibm/ews/rxftp.zip
  36.  
  37. RESET.CMD
  38.   If you crash something while running SpewNew, you'll need to run RESET.CMD to
  39.   free up your system resources prior to attempting another spew.
  40.  
  41.  
  42. LIABILITY BULLSHIT
  43.  
  44.   This software is free, so you get what you pay for.  There are no guarentees
  45.   that it will work for you, nor will the author or distributor be liable for
  46.   any damage that it does to your system.  Because the source code is provided,
  47.   any competent computer geek should be able to beat it into submission if the
  48.   program misbehaves.
  49.  
  50. ENJOY!
  51.  
  52. Apr 17, 1998
  53.  
  54. Alex Doll, Burnaby, BC
  55.  EIT, Team OS/2, CIM, SME, AusIMM, etc.