home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / irexp119.zip / FREQHELP.TXT < prev    next >
Text File  |  1997-12-29  |  2KB  |  48 lines

  1. When file requesting from Internet Rex capable addresses, you can issue
  2. the following commands in your message:
  3.  
  4. FREQ <a file or wildcard> !<password, if needed>
  5.   This will request the file, or files matching the wildcard given.  If
  6.   you gave a password, that will be used to try to pick up the file. 
  7.   For example:
  8.     FREQ ALLFILES
  9.     FREQ BRE*.ZIP
  10.     FREQ SECRET.ZIP !Somepassword
  11.   By default, these files will be sent back to you, one per message,
  12.   Base64 (MIME) encoded.
  13.  
  14. UUENCODE
  15.   Once issued, any files requested after this command will be sent
  16.   UUencoded instead of Base64 encoded.
  17.  
  18. XXENCODE
  19.   As for UUENCODE, any files requested after this command is issued
  20.   will be sent XXencoded.
  21.  
  22. MIME
  23.   This will set the encoding back to Base64 (MIME) encoded files if it 
  24.   was set otherwise.
  25.  
  26. SIZE <some number>
  27.   This will set the number of lines used per message to encode your
  28.   files.  For instance:
  29.     SIZE 1000
  30.   will make each message a maximum of 1000 lines long.  Any file which
  31.   takes more than 1000 lines to encode will be broken up into multiple
  32.   messages and sent that way.  (Broken up messages will be sent as
  33.   multipart MIME messages.)
  34.  
  35. HELP
  36.   Will send you this help file....
  37.  
  38. REPLY-TO
  39.   Will change the destination email address of the files sent after
  40.   the command is issued.  For instance,
  41.     REPLY-TO bob@somewhere.com
  42.   will send any further requested files to the address bob@somewhere.com
  43.   instead of the normal destination email address.
  44.  
  45. QUIT
  46.   Any further commands issued after this one will be ignored.
  47.  
  48.