home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / defdata / ftpsmtp.cmm < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.2 KB  |  35 lines

  1.      
  2.      
  3.                        Comments on Porting
  4.                             FTP/SMTP
  5.                           by E Systems           
  6.                            to DEC Ada
  7.                                                              Tool 3_3     
  8.                                                              September 17, 1985
  9.     
  10. COMPILATION
  11. -----------
  12.   An individual VMS command file containing an ordered list of compilation 
  13.   units was provided for the protocol.  We were able to recompile and link
  14.   the protocol with no modifications.   
  15.       
  16.       
  17.  
  18. EXECUTION
  19. ---------
  20.   Execution was not attempted because a network environment was not available.
  21.  
  22.  
  23.    
  24. COMMENT
  25. -------
  26.   The documentation appeared as though it would be helpful in 
  27.   implementing the protocol.  Nonetheless, previous knowledge of the 
  28.   protocols and networking is assumed.  A one page installation guide with 
  29.   topics ranging from tape transfer through execution was also provided.  
  30.   The compilation section was helpful, however, link modules were not 
  31.   mentioned.  This was not a major problem, for the code could be consulted 
  32.   for the module.  Very little detail on the initialization of the protocol 
  33.   was provided.
  34.  
  35.