home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
comms
/
network
/
dnetinst.dms
/
dnetinst.adf
/
readme1st
< prev
next >
Wrap
Text File
|
1991-11-14
|
1KB
|
67 lines
I edited unix text file
to open up in 2400 baud.
You need to set up dnet on the unix side also.
you will need to use the find command, to find a path
to dnet. In that directory there should me a file
called mk.server.
the path I use is /share/vol/bin.dynix/dnet/mk.server
once you run that, dnet is sit up in your directory.
Now you need to make an alias:
example
alias dnet 'stty -odd /share/vol/bin.dynix/dnet/dnet'
To USE DNET
****************
click the unix icon,
a dnet window will open up.
now login.
if you have the prompt term (vt100) ? ,
asking you your terminal type, you can hit return, but somtimes that will
crash dnet. To be safe, tye in dumm and press return.
if you have your alias,
type dnet and then return.
In a few seconds the dnet window should disappear,
and in a few seconds more, a niftyterm window will appear and
your logged on. You should set term=vt100 too.
To get files:
open a shell and type
getfiles and then return.
this will give you the syntax.
an example file transfer would be :
getfiles -dram: README
wich will retrieve the file README from your account into ram:
to get files in other directories
use getfiles -ddf0: /usr/tmp/README
will put README in df0: from /usr/tmp/README
to put files in your account it is similar:
to put README from ram: into your account you would
cd to ram:
and type from shell or cli
putfiles README
If you have any troubles let me know.
- Steve