home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / programm / 5272 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!gumby!wupost!decwrl!adobe!shansen
  3. From: shansen@adobe.com (Steve Hansen)
  4. Subject: Communication tools
  5. Message-ID: <1992Nov13.185501.819@adobe.com>
  6. Summary: Looking for tools for automating remote login/download
  7. Sender: Steve Hansen
  8. Organization: Adobe Systems Incorporated
  9. Distribution: usa
  10. Date: Fri, 13 Nov 1992 18:55:01 GMT
  11. Lines: 17
  12.  
  13. I am creating software which will allow me to automatically (in batch) log
  14. into a remote system (which requires passing several prompts) and then
  15. downloading some files by entering a given command.  The filenames will
  16. change day to day (but in a predictable way).  I am looking for tools
  17. which will help me do this.  I am currently using Kermit but I need more
  18. capability (like Crosstalk or Blast in the PC world).  A C or C++ library
  19. would be ideal, because I need to use language constructs (if, while) and
  20. variables as in
  21.  
  22. repeat 10 times
  23.     dial phone no
  24.     if successful then break
  25.     sleep 10 minutes
  26. end
  27.  
  28. Can anyone recommend software which can help me?  I'm especially interested in
  29. any public domain software.  My system is Unix, the remote system is not.
  30.