home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / winsock / wsarch06 / wsarch06.txt < prev    next >
Text File  |  1995-05-18  |  3KB  |  83 lines

  1. This is the sixth ALPHA version (V0.6) of a windows based archie client. The
  2. major changes from the previous release are as follows:
  3.  
  4. 1. Addition of a save command to the File Menu. This will prompt for a file
  5.    name and then create a text file listing the query results. The format
  6.    is similar to that of the listing obtained when using archie servers.
  7.  
  8. 2. WSARCHIE now binds to a specific non privileged port (in the range 2050 -
  9.    2069, chosen to avoid conflict with the port normally used for NFS 2049).
  10.  
  11. If you have problems
  12. ====================
  13.  
  14. Do please tell me of any problems via email (david@maxwell.demon.co.uk).
  15. I'm currently working full time on a 9 month contract so I have less time to
  16. spend on this than previously. As a result I may not get back to you
  17. straight away, but I will do my best.
  18.  
  19. David Woakes (david@maxwell.demon.co.uk)
  20.  
  21. Credits:
  22.  
  23. This archie client is based upon the archie client that is included in the
  24. Prospero V5.2a release.
  25.  
  26. It was written by Clifford Neuman with changes by Brendan Kehoe
  27. and George Ferguson.
  28.  
  29.  
  30. Installation.
  31. =============
  32.  
  33. This instructions assume that you have some form of WINSOCK installed and
  34. working and that you are using Windows 3.1.
  35.  
  36. I use Peter Tattam's Trumpet Winsock. It's shareware and has SLIP built in
  37. and can be found at the follwing sites:
  38.  
  39. ftp.demon.co.uk:/pub/ibmpc/winsock/stacks/trumpwsk/twsk10a.zip
  40. ftp.sunet.se:/pub/pc/news/trumpet/winsock/twsk10a.zip
  41. tasman.cc.utas.edu.au:/pub/pc/news/trumpet/winsock/twsk10a.zip
  42.  
  43. I mention this winsock as it is the only one that I've tried this with and
  44. it might not work with others, although theorectically it should.
  45.  
  46. 1. Unzip wsarchie.zip in a directory by itself. There should be three files
  47. altogether:
  48.  
  49. wsarchie.exe    - this is the program itself.
  50. wsarchie.hlp    - this is wsarchie's windows help file. This should probably
  51.                   reside in the same directory as wsarchie.exe.
  52. wsarchie.ini    - contains the list of archie servers, and user preference
  53.                   settings. This file can be left in wsarchie's working
  54.                   directory or placed in c:\windows.
  55. wsarch06.txt    - this file
  56.  
  57. 2. Use the FTP Setup command in the Options menu to setup the command line
  58. for the FTP client. This is a non essential step, but is useful.
  59.  
  60. That's it. As long as wsarchie.ini is in wsarchie.exe's working directory
  61. everything should go swimmingly. You can add an icon in a program manager
  62. group in the usual fashion (ie drag wsarchie.exe from the file manager to
  63. the desired group, or use {file, new} from the program manager menu).
  64. The icon is derived from the Winsock icon.
  65.  
  66. To use, enter your search term in the "Search for" field, and then press
  67. return, or select the Search button. If things go successfully then you
  68. should see the title bar change informing you of packets being recieved.
  69. When complete the results will be displayed in the host, directories and
  70. files list boxes. Full details of the selected file will be displayed below.
  71. Note some archie servers seem to give fewer details than others.
  72.  
  73. To change the default Archie server use the Option Menu command User
  74. Preferences. A dialog will be displayed, currently this allows default
  75. archie client and default search type to be set.
  76.  
  77. The domain box can be used to limit the sites that the Archie Server will
  78. consider during it's search.
  79.  
  80. Good Luck
  81.  
  82. David Woakes (david@maxwell.demon.co.uk).
  83.