home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / pibsoft / terminal / source / receiver.mod < prev    next >
Encoding:
Text File  |  1987-11-10  |  1.5 KB  |  27 lines

  1. (*----------------------------------------------------------------------*)
  2. (*            Receive_Rlink_File --- Downloads file with Rlink          *)
  3. (*----------------------------------------------------------------------*)
  4.  
  5. PROCEDURE Receive_Rlink_File;
  6.  
  7. (*----------------------------------------------------------------------*)
  8. (*                                                                      *)
  9. (*     Procedure:  Receive_Rlink_File                                   *)
  10. (*                                                                      *)
  11. (*     Purpose:    Downloads files using Rlink                          *)
  12. (*                                                                      *)
  13. (*     Calling Sequence:                                                *)
  14. (*                                                                      *)
  15. (*        Receive_Rlink_File;                                           *)
  16. (*                                                                      *)
  17. (*     Calls:                                                           *)
  18. (*                                                                      *)
  19. (*     Remarks:                                                         *)
  20. (*                                                                      *)
  21. (*                                                                      *)
  22. (*----------------------------------------------------------------------*)
  23.  
  24. BEGIN (* Receive_Rlink_File *)
  25.  
  26. END   (* Receive_Rlink_File *);
  27.