home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / xenix / sco / 2594 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  4.7 KB

  1. Xref: sparky comp.unix.xenix.sco:2594 biz.sco.general:2734
  2. Newsgroups: comp.unix.xenix.sco,biz.sco.general
  3. Path: sparky!uunet!gatech!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!sspiff!dje
  4. From: dje@sspiff.ampr.ab.ca (Doug Evans)
  5. Subject: ftpmail (was Re: perl and groff binaries for SCO.)
  6. Organization: Edmonton, Alberta
  7. Date: Thu, 30 Jul 1992 06:26:08 GMT
  8. Message-ID: <1992Jul30.062608.978@sspiff.ampr.ab.ca>
  9. X-Newsreader: Tin 1.1 PL4
  10. References: <9207202129.aa09972@gate.demon.co.uk>
  11. Lines: 129
  12.  
  13. ronald@gate.demon.co.uk (Ronald Khoo) writes:
  14. > ...
  15. >
  16. >>> You might be able to get the
  17. >>> ftpmail@decwrl.dec.com server to grab it for you if you can't FTP.
  18. >> That sounds ideal - do you have instructions for the server?
  19. >> (Is it the same as Simtel's?)
  20. >
  21. >I do not have instructions for the server, although I know that you can
  22. >send it "help" and I know that it is different from the BITNET servers
  23. >for simtel.
  24.  
  25. I saved the following as soon as I saw it!
  26. I use ftpmail@decwrl.dec.com as my only ftp access.
  27. I can't grab megabyte files but other than that, it's great.
  28. (I suppose I could grab big files, but I don't want to rock the boat
  29. and lose my free net access!).
  30.  
  31. ----- cut here -----
  32. From: bnelson@csulx.weber.edu (Bert Nelson)
  33. Newsgroups: comp.windows.x
  34. Subject: FTPing through E-mail
  35. Message-ID: <1992Jan15.050951.18295@fcom.cc.utah.edu>
  36. Date: 15 Jan 92 05:09:51 GMT
  37. Sender: news@fcom.cc.utah.edu
  38. Organization: Weber State University, Ogden Utah
  39.  
  40.  
  41. Many of those out in netland have requested that I mail them a copy
  42. of my recent game, because their over-zealous system adminstrators do
  43. not allow FTP at their site.  And that's not too bad but when scores of people
  44. make the same request it becomes a little overwhelming.
  45.  
  46. There is another way!
  47.  
  48. Try using ftpmail.  Send e-mail to 'ftpmail@decwrl.dec.com', with the
  49. word 'help' as the only word in the message body, and a null subject
  50. header.  It will tell you how to use ftpmail.  (The syntax for ftpmail
  51. is very similar to FTP itself, although ftpmail operates using e-mail,
  52. and thus is not interactive, unlike FTP.)  This works for any hosts
  53. with e-mail access to the Internet, even from FidoNet!
  54.  
  55.  
  56. The contents of help for ftpmail from the above site is below. 
  57.  
  58. >>> this help file was last edited on 08-August-1991
  59. >>>
  60. >>> commands are:
  61.  
  62.     reply <MAILADDR>    set reply addr, since headers are usually wrong
  63.     connect [HOST [USER [PASS]]]  defaults to gatekeeper.dec.com, anonymous
  64.     ascii            files grabbed are printable ascii
  65.     binary            files grabbed are compressed or tar or both
  66.     chdir PLACE        "get" and "ls" commands are relative to PLACE
  67.                     (only one CHDIR per ftpmail session)
  68.     compress        compress binaries using Lempel-Ziv encoding
  69.     compact            compress binaries using Huffman encoding
  70.     uuencode        binary files will be mailed in uuencode format
  71.     btoa            binary files will be mailed in btoa format
  72.     ls (or dir) PLACE    short (long) directory listing
  73.     get FILE        get a file and have it mailed to you
  74.     quit            terminate script, ignore rest of mail message
  75.                     (use if you have a .signature or
  76.                      are a VMSMAIL user)
  77.  
  78. >>> notes:
  79.  
  80.     -> you must give a "connect" command, default host is
  81.        gatekeeper.dec.com, default user is anonymous, default
  82.        password is your mail address.
  83.  
  84.     -> binary files will not be compressed unless 'compress' or 'compact'
  85.        command is given; use this if at all possible, it helps a lot.
  86.  
  87.     -> binary files will always be formatted into printable ASCII
  88.        with "btoa" or "uuencode" (default is "btoa").
  89.  
  90.     -> all retrieved files will be split into 60KB chunks and mailed.
  91.  
  92.     -> VMS/DOS/Mac versions of uudecode, atob, compress and compact
  93.        are available, ask your LOCAL wizard about them if you can't
  94.        locate them (but try gatekeeper.dec.com in /archive/pub/VMS
  95.        if you're still trapped on a VMS system.)
  96.  
  97.     -> several mail unsplitters are hiding on gatekeeper.dec.com in
  98.        /pub/mail/ua/misc/unsplit.  includes one in c, one in perl,
  99.        and one in VMS DCL.
  100.  
  101. >>> examples:
  102.  
  103.     -> connect to gatekeeper.dec.com and get a root directory listing:
  104.  
  105.         connect
  106.         ls
  107.         quit
  108.  
  109.     -> connect to gatekeeper.dec.com and get the README.ftp file:
  110.  
  111.         connect
  112.         get README.ftp
  113.         quit
  114.  
  115.     -> connect to gatekeeper.dec.com and get the gnuemacs sources:
  116.  
  117.         connect
  118.         binary
  119.         chdir /pub/GNU
  120.         get emacs-18.57.tar.Z
  121.         quit
  122.  
  123.     -> connect to uunet.uu.net as anonymous and get a root directory list:
  124.  
  125.         connect uunet.uu.net
  126.         dir
  127.         quit
  128.  
  129.   -- Ftpmail Submission Transcript --
  130. <<< help
  131. >>> Help is on the way.
  132.  
  133.  
  134. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  135. Bert Nelson                  "On a clear disk you can seek forever"
  136. Weber State University       Anonymous
  137. bnelson@csulx.weber.edu
  138. ----- cut here -----
  139. -- 
  140. Doug Evans               | "You're just supposed to sit here?"
  141. dje@sspiff.ampr.ab.ca    |               - Worf in a mud bath.
  142.