home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / IREXW229.ZIP / FREQHELP.TXT < prev    next >
Encoding:
Text File  |  2000-10-09  |  1.8 KB  |  51 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> +/-<time, 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.   If you give a time, only files more recent (+) or older (-) than the
  8.   time given will be returned.  Specify times as YYYY:MM:DD:HH:MM:SS.
  9.   For example:
  10.     FREQ ALLFILES
  11.     FREQ BRE*.ZIP
  12.     FREQ SECRET.ZIP !Somepassword
  13.     FREQ NEWFILES.ZIP +2000:10:10:0:0:0
  14.   By default, these files will be sent back to you, one per message,
  15.   Base64 (MIME) encoded.
  16.  
  17. UUENCODE
  18.   Once issued, any files requested after this command will be sent
  19.   UUencoded instead of Base64 encoded.
  20.  
  21. XXENCODE
  22.   As for UUENCODE, any files requested after this command is issued
  23.   will be sent XXencoded.
  24.  
  25. MIME
  26.   This will set the encoding back to Base64 (MIME) encoded files if it 
  27.   was set otherwise.
  28.  
  29. SIZE <some number>
  30.   This will set the number of lines used per message to encode your
  31.   files.  For instance:
  32.     SIZE 1000
  33.   will make each message a maximum of 1000 lines long.  Any file which
  34.   takes more than 1000 lines to encode will be broken up into multiple
  35.   messages and sent that way.  (Broken up messages will be sent as
  36.   multipart MIME messages.)
  37.  
  38. HELP
  39.   Will send you this help file....
  40.  
  41. REPLY-TO
  42.   Will change the destination email address of the files sent after
  43.   the command is issued.  For instance,
  44.     REPLY-TO bob@somewhere.com
  45.   will send any further requested files to the address bob@somewhere.com
  46.   instead of the normal destination email address.
  47.  
  48. QUIT
  49.   Any further commands issued after this one will be ignored.
  50.  
  51.