home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / dnetinst.dms / dnetinst.adf / readme1st < prev    next >
Text File  |  1991-11-14  |  1KB  |  67 lines

  1. I edited unix text file
  2. to open up in 2400 baud.
  3.  
  4. You need to set up dnet on the unix side also.
  5. you will need to use the find command, to find a path
  6. to dnet.  In that directory there should me a file
  7. called mk.server.
  8.  
  9. the path I use is /share/vol/bin.dynix/dnet/mk.server
  10.  
  11. once you run that, dnet is sit up in your directory.
  12.  
  13. Now you need to make an alias:
  14. example
  15.  
  16. alias dnet  'stty -odd /share/vol/bin.dynix/dnet/dnet'
  17.  
  18.  
  19. To USE DNET
  20. ****************
  21. click the unix icon,
  22. a dnet window will open up.
  23. now login.
  24. if you have the prompt  term (vt100) ? ,
  25. asking you your terminal type, you can hit return, but somtimes that will
  26. crash dnet.  To be safe, tye in dumm and press return.
  27.  
  28. if you have your alias,
  29. type dnet and then return.
  30.  
  31. In a few seconds the dnet window should disappear,
  32. and in a few seconds more, a niftyterm window will appear and
  33. your logged on. You should set term=vt100 too.
  34.  
  35. To get files:
  36.  
  37. open a shell and type
  38.  
  39. getfiles and then return.
  40. this will give you the syntax.
  41.  
  42. an example file transfer would be :
  43.  
  44. getfiles -dram: README
  45.  
  46. wich will retrieve the file README from your account into ram:
  47. to get files in other directories
  48.  
  49. use    getfiles -ddf0: /usr/tmp/README
  50.  
  51. will put README in df0: from /usr/tmp/README
  52.  
  53. to put files in your account it is similar:
  54.  
  55. to put README from ram: into your account you would
  56. cd to ram:
  57.  
  58. and type from shell or cli
  59.  
  60. putfiles README
  61.  
  62. If you have any troubles let me know.
  63.  
  64. - Steve
  65.  
  66.  
  67.