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

Table Of Contents
The Development Environment
Open System Services Porting Guide520573-006
2-6
Moving or Accessing Source Files
D40 and later TNS/R native environment (OSS and Guardian)
G-series TNS/R native environment (OSS and Guardian)
H-series TNS/E environment (Guardian only)
The TNS/R native C compilation tools are available in the TNS/R and TNS/E native
environments. The TNS/E native C compilation tools are available only in the TNS/E
native environment.
Moving or Accessing Source Files
The following subsections describe:
Using Network and File Management Utilities on page 2-6
Moving Source Code on page 2-6
Using Archiving Utilities on page 2-8
You might be moving files to and from the OSS environment while cross-compiling.
Many choices are available, as detailed in Compilation Options for C and C++
Programs on page 2-3.
Using Network and File Management Utilities
Network utilities such as the Network File System (NFS), ftp, and telnet are used
for transferring files between systems and PCs or workstations and should be available
to you. For more information about NFS, refer to the Overview of NFS for Open
System Services; for more information on the ftp and telnet network utilities, refer
to the Telserv Manual.
Moving Source Code
Source code can either be worked on through NFS or be moved between systems
using the ftp utility.
The ftp Utility
The ftp utility is used to transfer files between two machines. It provides
subcommands for listing remote directories, changing the current local and remote
directory, transferring multiple files in a single request, creating and removing
directories, and escaping to the local shell to perform shell commands. The ftp utility
also provides security by sending passwords to the remote host and permitting
automatic login, file transfer, and logoff.
The syntax for the ftp utility is:
ftp [-dginv] [host]
For more information about using the ftp(1) utility, including many examples and the
required syntax when using the ftp subcommands, refer to the ftp(1) reference