Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
The Development Environment
Open System Services Porting Guide520573-006
2-7
Moving Source Code
page either online or in the Open System Services Shell and Utilities Reference
Manual.
Moving Code to the OSS Environment
The following example shows how to move source code from a UNIX workstation to
the OSS environment. (Commercial software, freeware, and shareware utilities are
available for Telnet terminal emulation and file transfer protocol, or FTP, use from a PC
running the Microsoft Windows operating system.)
For the purposes of the example, assume your user ID is “nih00.user”.
First, from your workstation prompt, use the telnet command to access the OSS
host system by name (oss_host). User input in this subsection appears in courier
type:
telnet oss_host
For more information about the telnet command, refer to the telnet(1) reference
page either online or in the Open System Services Shell and Utilities Reference
Manual.
Your system returns messages similar to the following:
Welcome to host_name.subdomain.domain.zone
[PORT $ZTC0 #23 WINDOW $ZTN0A.#PTAAAE3]
TELSERV - T9553H01 - (01OCT2004)
Available Services:
OSS TACL EXIT
Enter Choice>
Enter your choice after the prompt:
>TACL
Log on to the OSS system after the TACL prompt:
TACL1> logon nih00.user
Password: XXXXXXXX
Execute the Guardian osh utility to start a Korn-compatible OSS shell:
TACL2> osh
Create a directory named samples:
$ mkdir samples
Note that the OSS shell prompt might not be $.
Open another window on your workstation with terminal emulation and copy the source
for a program from your workstation to your OSS directory:
$ cd /home/nih00/samples