T.R | Title | User | Personal Name | Date | Lines |
---|
423.1 | A little help | VINO::BHAMILTON | Buzz Hamilton | Tue Mar 14 1989 11:00 | 32 |
| First you must have SSU installed on your VAX.
When you login you give the command SSU ENABLE.
STRANSF should be defined so that you can give it parameters. In
my LOGIN.COM file I define some symbols thusly:
$ STRANSF :== $ST:STRANSF
$ STP :== @ST:STP
$ STG :== @ST:STG
The ST: is a logical pointing the the area where STRANSF.EXE, STP.COM,
and STG.COM live. The leading $ before ST:STRANSF allows parameters
to be passed on the calling line.
The STP.COM file has:
$ STRANSF PUT 'P1' 'P1'
and STG.COM has:
$ STRANSF GET 'P1' 'P1'
So that when I want to download a file from the VAX to my ST I
1) Boot WHACK on the ST
2) Login to the VAX
3) set my default directory to where the file is on the VAX
4) Enable SSU (SSU ENA)
5) Start the transfer (STG file.nam)
6) Logout when finished
This works for me and it's VERY fast.
|
423.2 | | TRILGY::MESSENGER | NewOrderTechnique: Guitars again! | Tue Mar 14 1989 13:24 | 5 |
| Re: STRANSF
The key point being that stransf must be defined as a foreign command
(stransf :== $sys$login:stransf) for C command line parsing to work.
- HBM
|
423.3 | Key point: SSU ENABLE required | REGENT::LOMICKA | Roy Lomicka | Thu Mar 16 1989 08:54 | 4 |
| The other key point is that stransf requires SSU ENABLE. If you don't
use SSU ENABLE, the transfer will quit after a few packets, when the
stransf protocol generates an XOFF character. The SSU ENABLE provides
a full 8-bit channel to programs, and SSU relies on it.
|
423.4 | Many Thanks For The Help | ODDSON::BUCKG | don't let THEM grind you down | Wed Mar 22 1989 11:20 | 7 |
| Thanks to all for the help.......after I defined the logical and
enabled SSU ( $MCR SSU ENABLE ) on my system, it all works...
I am very impressed with the speed of transferr
Many thanks
Gareth
|
423.5 | I got a headache | GIDDAY::KNIGHTP | There's room for you inside | Wed Sep 28 1994 00:38 | 10 |
| I know the following question is probably stupid....but I'llask it
anyway ...8^).
I have an Atari 1040ste at home (just floppy,no hard drive),
can I run STransf or Whack on it and copy files from the Vax
at work via modem down to my floppy drive at home???
Or have I lost the plot somewhere?
P.K.
|
423.6 | WHACK+ZMODEM works fine | MUNSBE::BFALKENSTEIN | | Wed Sep 28 1994 05:37 | 8 |
|
Yes, you can. Just get yourself ZMODEM for the VAX (or XMODEM), and
use the same protocolls on your Atari. Use WHACK to log in and on the
$-prompt type the appropriate command for the transfer protocol. If
you need them, I could make them available on the net - send me a mail.
Bernd
|