home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / upc12bad.zip / ftpmail.inf < prev    next >
Text File  |  1993-09-04  |  6KB  |  117 lines

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