Joshua Johnson writes

>>> Joshua Johnson <[log in to unmask]> 05/19/99 07:01am >>>
Hello,

I am trying to use the SITE STREAM command from FTP.ARPA.SYS and I
am
getting the following error. If anyone could give me some insight on this it
would be appreciated.

ftp> site stream nat
550 Warning:  expected a JOB or DATA command. (CIERR 6058)
ftp>

Sincerely,
Joshua Johnson
HP3000 Systems Manager
MicroWarehouse, Inc.
----------------------------------------------------------------
It means the file "nat" does not start with a "!JOB" command as any good
batch job should.  For example

:EDITOR
HP32201A.09.00 EDIT/3000 WED, MAY 19, 1999,  9:09 AM
(C) HEWLETT-PACKARD CO. 1993
/A
    1     OH NO
    2     //
...
/K OHNO,UNN
/E

END OF SUBSYSTEM
:FTP
File Transfer Protocol [A0008T34] (C) Hewlett-Packard Co. 1990
ftp> OPEN HP3000
220 HP ARPA FTP Server [A0008T31] (C) Hewlett-Packard Co. 1990
Connected to HP3000 (1xx.x.x.x).  (FTPINFO 40)
Name(mgr): MGR.XXXX
331 Password required for MGR.XXXX.  Syntax: userpass,acctpass
Password:
230 User logged on
Remote system type is MPE/iX.
ftp> SITE STREAM OHNO
550 No JOB or DATA command encountered. (CIWARN 1406)
ftp> QUIT
221 Server is closing command connection
:
Mike Berkowitz
Guess? Inc.