home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / de / comp / tex / 3234 < prev    next >
Encoding:
Text File  |  1992-11-17  |  6.1 KB  |  138 lines

  1. Newsgroups: de.comp.tex
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!Sirius.dfn.de!solaris.rz.tu-clausthal.de!ibm.rz.tu-clausthal.de!MAHUK
  3. From: MAHUK@ibm.rz.tu-clausthal.de (Hans-Ulrich Kiel)
  4. Subject: Kein FTP-Zugang / eine Loesung
  5. Message-ID: <168A2E86D.MAHUK@ibm.rz.tu-clausthal.de>
  6. Sender: root@solaris.rz.tu-clausthal.de (Operator)
  7. Organization: Rechenzentrum der TU CLAUSTHAL
  8. Date: Tue, 17 Nov 1992 15:31:41 GMT
  9. Lines: 127
  10.  
  11. Date:         Tue, 17 Nov 92 15:37:40 MET
  12. From:         Hans-Ulrich Kiel <MAHUK@ibm.rz.tu-clausthal.de>
  13. Organization: Technische Universitaet Clausthal-Zellerfeld
  14. Subject:      Re: Einfuehrung in Unix
  15. To:           Kristian Koehntopp <kris@toppoint.de>
  16. In-Reply-To:  Your message of Mon, 16 Nov 92 15:07 MET
  17. ========================================================================
  18. >
  19. >Ich habe leider keinen FTP-Zugang. Ich bitte um Zusendung der genannten
  20. >Datei an meine Adresse:
  21. >
  22. Ich bekomme h"aufiger Anfragen wie oben. Es gibt jedoch die M"oglichkeit
  23. Files von jedem beliebigen FTP-Server als Mail zu bekommen. Hier eine
  24. Info zu diesem Thema von unserer Info-Platte:
  25.  
  26. MfG Hans-Ulrich
  27. -----------------------------------------------------------------------------
  28.  
  29. Unter der Userid "ftpmail at decwrl.dec.com" laeuft ein Server, der
  30. FTP-Kommandos abarbeitet. Die Ergebniss werden dann als Mail zu-
  31. geschickt.
  32.  
  33. Es folgt das HELP-File des Serves........
  34.  
  35. >>> $Id: help-text,v 1.3 1992/06/13 18:06:56 vixie Exp $
  36. >>>
  37. >>> commands are:
  38.  
  39.         reply <MAILADDR>        set reply addr, since headers are usually wrong
  40.         connect [HOST [USER [PASS]]]  defaults to gatekeeper.dec.com, anonymous
  41.         ascii                   files grabbed are printable ascii
  42.         binary                  files grabbed are compressed or tar or both
  43.         chdir PLACE             "get" and "ls" commands are relative to PLACE
  44.                                         (only one CHDIR per ftpmail session,
  45.                                         and it executes before any LS/DIR/GETs)
  46.         compress                compress binaries using Lempel-Ziv encoding
  47.         compact                 compress binaries using Huffman encoding
  48.         uuencode                binary files will be mailed in uuencode format
  49.         btoa                    binary files will be mailed in btoa format
  50.         chunksize SIZE          split files into SIZE-byte chunks (def: 64000)
  51.         ls (or dir) PLACE       short (long) directory listing
  52.         get FILE                get a file and have it mailed to you
  53.                                         (max 10 GET's per ftpmail session)
  54.         quit                    terminate script, ignore rest of mail message
  55.                                         (use if you have a .signature or
  56.                                          are a VMSMAIL user)
  57.  
  58. >>> notes:
  59.  
  60.         -> you should send complaints to the ftpmail-request address.  our
  61.            postmaster does not handle ftpmail problems and you can save her
  62.            the trouble of forwarding your complaints by just mailing them to
  63.            the right address.
  64.  
  65.         -> the "Subject:" of your request will be contained in the "Subject:"
  66.            of all of ftpmail's responses to you regarding that request.  You
  67.            can therefore use it to "tag" different requests if you have more
  68.            than one outstanding at any given time.
  69.  
  70.         -> you must give a "connect" command, default host is
  71.            gatekeeper.dec.com, default user is anonymous, default
  72.            password is your mail address.
  73.  
  74.         -> binary files will not be compressed unless 'compress' or 'compact'
  75.            command is given; use this if at all possible, it helps a lot.
  76.            note that many files are already compressed.  if you use any of
  77.            the binary-file qualifiers (compress, compact, uuencode, btoa)
  78.            without setting 'binary' first, your session will abort in error.
  79.  
  80.         -> binary files will always be formatted into printable ASCII
  81.            with "btoa" or "uuencode" (default is "btoa").  if you don't
  82.            use the "binary" command, ftpmail will cheerfully try to mail
  83.            you the binary data, which will absolutely, positively fail.
  84.  
  85.         -> all retrieved files will be split into chunks and mailed.  the
  86.            size of the chunk is 50000 characters unless you change it with
  87.            the "chunksize" command.  CompuServe users will need to set this
  88.            to 49000.
  89.  
  90.         -> if you ask for more than 10 files in a session, you will receive
  91.            an error message and your entire request will be rejected.
  92.  
  93.         -> VMS/DOS/Mac versions of uudecode, atob, compress and compact
  94.            are available, ask your LOCAL wizard about them if you can't
  95.            locate them (but try gatekeeper.dec.com in /archive/pub/VMS
  96.            if you're still using a VMS system.)
  97.  
  98.         -> several mail unsplitters are hiding on gatekeeper.dec.com in
  99.            /pub/mail/ua/misc/unsplit.  includes one in c, one in perl,
  100.            and one in VMS DCL.
  101.  
  102.         -> there is no way to request only certain parts of a file and we
  103.            do not plan to add one in the near future, so please don't ask.
  104.  
  105.         -> there is no way to delete things from the queue or to find out
  106.            the status of things in the queue, and we do not plan to add
  107.            either feature in the near future, so please don't ask.
  108.  
  109. >>> examples:
  110.  
  111.         -> connect to gatekeeper.dec.com and get a root directory listing:
  112.                 connect
  113.                 ls
  114.                 quit
  115.  
  116.         -> connect to gatekeeper.dec.com and get the README.ftp file:
  117.                 connect
  118.                 get README.ftp
  119.                 quit
  120.  
  121.         -> connect to gatekeeper.dec.com and get the gnuemacs sources:
  122.                 connect
  123.                 binary
  124.                 uuencode
  125.                 chdir /pub/GNU
  126.                 get emacs-18.58.tar.Z
  127.                 quit
  128.  
  129.         -> connect to ftp.uu.net as anonymous and get a root directory list:
  130.                 connect ftp.uu.net
  131.                 dir
  132.                 quit
  133.  
  134.   -- Ftpmail Submission Transcript --
  135. <<< help
  136. >>> Help is on the way.
  137.   -- End Of Ftpmail Transcript --
  138.