home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / ibmmain / 2687 < prev    next >
Encoding:
Text File  |  1992-11-20  |  5.8 KB  |  124 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CU.NIH.GOV!FZC
  3. Message-ID: <IBM-MAIN%92112106553360@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Sat, 21 Nov 1992 07:50:56 EST
  6. Reply-To:     TDARCOS@MCIMAIL.COM
  7. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. From:         Message Center <FZC@CU.NIH.GOV>
  9. Subject:      FTP for Internet sites with E-Mail only.
  10. Comments: To: telecom@delta.eecs.nwu.edu, info-vax@kl.sri.com,
  11.           info-ibmpc@brl.mil, ibm-main@ricevm1.rice.edu,
  12.           PCTECH-L%trearn.BITNET@CU.NIH.GOV
  13. Comments: cc: TDARCOS@MCIMAIL.COM
  14. Lines: 108
  15.  
  16. FTP for Internet sites with E-Mail only.
  17.  
  18. One of the features of the Internet is the ability to connect to
  19. another location and obtain files stored at that location.  This
  20. capability is called "FTP" (for "File Transfer Protocol".)  This
  21. means that an installation can place important sources or binaries
  22. on a particular machine and then "advertise" the place where the
  23. material is stored.  Then, anyone who wants or needs this material
  24. can use FTP to request it.  There are two types of FTP, one where
  25. you have advance permission and have a specific account and password
  26. on that system, and one where the system allows anyone to request
  27. files from it.  The latter is done by using the "standard" account
  28. name of "anonymous" with your internet address as your password, and
  29. is known as "anonymous FTP".
  30.  
  31. Note:  If you are using a system on BITNET, you have special
  32. capabilities through a different method.  See the bottom of this memo
  33. for additional details.
  34.  
  35. FTP can be for small to enormous file areas.  Columbia University
  36. provides an anonymous FTP site to allow people to obtain the sources
  37. to the Kermit file transfer protocol.  In some cases, such as the
  38. massive SIMTEL20 archive operated by the White Sands Missle Range,
  39. this includes thousands of files which can be used by the IBM-PC,
  40. Macintosh, Amiga and other systems.
  41.  
  42. While some people who either have university or commercial service
  43. accounts have the ability to do FTP directly to their local machine,
  44. then download the files from their local machine, a lot more people
  45. have E-Mail only access to Internet, and thus have no means available
  46. to do FTP and acquire these files.
  47.  
  48. However, there is a way to obtain files from FTP sites and retrieve
  49. files by E-Mail.  This service is available by sending E-Mail messages
  50. to the FTPMAIL service provided by Digital Equipment Corporation to
  51. anyone with an Internet E-Mail address.  In fact, DEC operates an
  52. anonymous FTP site called "gatekeeper" that if you don't ask for a
  53. specific other site, it will make requests from gatekeeper.
  54.  
  55. To be able to do E-Mail based FTP, you need to know the name of the site,
  56. then you simply tell FTPMAIL and ask it to obtain the files for you if
  57. that site permits "anonymous" FTP, i.e. where anyone can obtain any file
  58. from the system.  You send the message, and FTPMAIL eventually will
  59. either (1) send you back confirmation or (2) send you back a note
  60. saying you made a mistake.  If you got (1), it will then send
  61. you the requested files, in chunks of 64K or less.  If the
  62. file is smaller than 64K, you get it in one message.  If the
  63. file is larger than 64K, you get it in multiple messages.  (If
  64. you are on Compuserve, you need to set this limit to 49K; send
  65. a HELP message to find out about the CHUNKSIZE command.)
  66.  
  67. I personally have used this method to send over 10 megabytes
  68. of files to me at my account on MCI Mail.  Note that you must
  69. know the system you want to retrieve and the exact file
  70. names.  In almost all instances, the particular case, UPPER OR
  71. lower, is critical and must be done exactly as indicated based
  72. on a listing from a DIR request.
  73.  
  74. The way to make E-Mail FTP requests is to send a message to:
  75.  
  76.         FTPMAIL@DECWRL.DEC.COM
  77.  
  78. where a set of commands are sent as the text of the message.  (The
  79. title of the message is not used except to identify file(s) returned
  80. to you.)
  81.  
  82. The full instructions can be obtained by sending a message with: HELP as
  83. a line in the text of the message.  The complete FTPMAIL capability
  84. includes other features including non-anonymous FTP, ability to retrieve
  85. a file in different sized pieces, and special password capability.
  86.  
  87. The general method of sending a request is as follows (lines beginning
  88. with ; are comments; these comments are not included on FTPMAIL requests):
  89.  
  90. TO:  FTPMAIL@DECWRL.DEC.COM
  91. ; FTPMAIL's address
  92. CONNECT WSMR-SIMTEL20.ARMY.MIL
  93. ; This is the name of the system I want to request from
  94. REPLY TDARCOS@MCIMAIL.COM
  95. ; Here is where I want files I receive sent to
  96. BINARY
  97. UUENCODE
  98. ; These two lines indicate I will be receiving 8-bit character
  99. ; files and they should be sent to me as uuencoded binary so
  100. ; that they can be sent as E-Mail.  If you are only doing DIR
  101. ; requests, you can skip both of these
  102. GET PD1:<MSDOS.DBASE>WAMPUM42.ZIP
  103. ; Here I am requesting the system send me a particular file
  104. ; I am interested in.  Note that you can only request 10 files
  105. ; at a time, more than that and your request is rejected
  106. DIR PD1:<MSDOS>
  107. ; Here I want a directory listing.  This will come back as a
  108. ; separate message
  109. QUIT
  110. ; This is an optional command indicating that there are no
  111. ; more FTPMAIL commands.  If your system appends tag lines or
  112. ; disclaimers, to your messages, you should put this in so FTPMAIL
  113. ; will ignore them.
  114.  
  115. NOTE:  If your local system is a BITNET system, however, you can use the
  116. BITFTP server from Princeton, whose syntax is slightly different, and
  117. allows special features including direct binary transfers as opposed to
  118. DEC's FTPMAIL which, since it is running on the Internet as opposed to
  119. internal BITNET transfers, cannot provide this capability.  To use the
  120. BITNET server, you should send a message with HELP as the text to
  121. "BITFTP@PUCC.BITNET".  BITFTP will not send files to non-BITNET sites.
  122. ---
  123. Paul Robinson -- TDARCOS@MCIMAIL.COM  -- These opinions are mine alone.
  124.