home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / announce / 79 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  3.5 KB

  1. Xref: sparky comp.os.linux.announce:79 comp.os.linux:22081
  2. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  3. From: jem@sunsite.unc.edu (Jonathan Magid)
  4. Newsgroups: comp.os.linux.announce,comp.os.linux
  5. Subject: the return of ftpmail
  6. Summary: ftpmail is back!
  7. Keywords: uucp and fidonet people rejoice
  8. Message-ID: <1992Dec29.220313.26190@klaava.Helsinki.FI>
  9. Date: 29 Dec 92 22:03:13 GMT
  10. Sender: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  11. Followup-To: comp.os.linux
  12. Organization: University of North Carolina, Chapel Hill
  13. Lines: 109
  14. Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)
  15.  
  16. sunsite's ftpmail service is back. I have (knock on wood)
  17. gotten rid of the evil bugs which brought the universe
  18. to its knees.  
  19.  
  20. for those who don't know, ftpmail allows retrieval of files
  21. from anonymous FTP sites for people who only have access to
  22. email. The file is then uuencoded (if its binary) and e-mailed to
  23. you in bite-sized chunks.
  24.  
  25. Right now, I ask that you only use ftpmail to access sunsite
  26. or other archives that allow 24 hour access. Later I'm going to
  27. add the ability to tell the difference between requests to sunsite which
  28. can be served constantly and those to other places which will be queued
  29. until network-friendly hours.
  30.  
  31. attached is the ftpmail help file
  32.  
  33. --------------------
  34.  
  35. Valid commands to the email-ftp gateway are:
  36.  
  37. reply-to email-address        Who to send the response to.  Defaults to
  38.                  your incoming email address
  39. open [site [user [pass]]]    Site to ftp to.  Defaults are
  40.                  sunSITE.unc.edu anonymous reply-to-address.
  41. cd pathname            change directory.
  42. ls [pathname]            short listing of pathname. Default pathname
  43.                  is current directory.
  44. dir [pathname]            long listing of pathname. Default pathname
  45.                  is current directory.
  46. get pathname            get a file and email it back.
  47.  
  48. compress            compress files/dir-listings before emailing back
  49.  
  50. uuencode
  51. btoa
  52.                 These are mutually exclusive options for
  53.                 converting a binary file before emailing.
  54.                 (Default is uuencode)
  55. force uuencode
  56. force btoa
  57.                 Force all files or directory listings to
  58.                 be encoded before sending back.
  59.                 There is no default.
  60.  
  61. mode binary
  62. mode ascii
  63.                 change the mode selected for the get
  64.                 command.  Defaults to binary.
  65. quit                End of input - ignore any following lines.
  66.  
  67.  
  68.  
  69. Example scripts are:
  70.  
  71. open
  72. dir
  73. quit
  74.     Connect to sunSITE.unc.edu and send back the contents of the top level
  75.     directory
  76.  
  77.  
  78. reply-to jem@lambada.oit.unc.edu
  79. open
  80. cd unix
  81. get buffer.shar
  82. quit
  83.     Connect to sunSITE.unc.edu and send back the file buffer.shar to
  84.     jem@lambada.oit.unc.edu
  85.  
  86.  
  87. open sunSITE.unc.edu
  88. cd /pub/Linux
  89. get 00-find.Linux
  90. cd ../X11/contrib
  91. compress
  92. ls -ltra
  93. quit
  94.     Connect to sunSITE.unc.edu, send back the file 00-find.Linux.Z in
  95.     /pub/Linux  As this is a binary file it has to be transfered
  96.     in binary mode.  Because it is binary it will automagically
  97.     be uuencoded (the default binary encoder).  Then change to ../contrib
  98.     and mail back a compressed directory listing.  Although compressing ls
  99.     output makes it binary, which then has to be encoded, it still ends up
  100.     smaller than the original.
  101.  
  102. open
  103. cd /pub/X11/contrib/R5fixes
  104. get fix-08
  105. get fix-09
  106. get sunGX.uu
  107. quit
  108.     Retrieve some recent X fixes
  109.  
  110.     
  111. open
  112. cd gnu
  113. atob
  114. mode binary
  115. get emacs-18.59.tar.Z
  116. quit
  117.     
  118.     Retrieve the newest version of GNU Emacs in atob format    
  119.  
  120.  
  121. -- 
  122. Jonathan Magid     jem@sunSITE.unc.edu       sunSITE Administrator
  123. Virtual pizza Delivery (tm)::faxed in 30 cycles or less or you get it
  124. ----------------------------------------FREE!!!-----------------------
  125.