Specifications

Table Of Contents
Chapter 2 Configuration and Troubleshooting Tools
Connectivity Troubleshooting Utilities
Niagara Release 2.3
Niagara Networking & Connectivity Guide Revised: May 22, 2002
2–19
Tip To see a list of commands, type help at the ftp> prompt. You can also type
help <command> to get a description of each command.
Common commands to change directories and transfer files include:
Step 7
To log off the host and exit your FTP session, type:
quit
Step 8
Press ENTER.
Step 9
If you made any changes, reboot the JACE to enable them.
Connectivity Troubleshooting Utilities
There are a number of applications to help you diagnose host connectivity issues.
Some are TCP/IP-specific utilities that are available on most operating systems and
some can only be run on the Windows operating system. This topic covers the
following troubleshooting utilities:
ping
tracert
nslookup
netstat
ipconfig
Table 2-18 Common FTP commands.
Command Use to...
lcd local change directory change directories on your PC. For example:
lcd d:\niagara\R2.300.315\emb
cd change directory change directories on the JACE. For example:
cd \rel
cd \sm
ls list list files in the current directory
dir directory list files in the current directory with details
binary binary set the file transfer type to binary
Note: Before transferring files on or off the JACE, be sure to set
the transfer type to binary.
put put copy a single file from the local directory to the current directory
on the JACE. For example:
put port.properties
get get copy a single file from the JACE to the local directory on your
PC. For example:
get port.properties