98
Chapter 2
Programming Fundamentals
Using the LAN to Control the Analyzer
Using the LAN to Control the Analyzer
•
“Using ftp for File Transfers” on page 98
•
“Using Telnet to Send Commands” on page 101
•
“Using Socket LAN to Send Commands” on page 105
•
“Using SICL LAN to Control the Analyzer” on page 106
•
“Using HP/Agilent VEE Over Socket LAN” on page 114
•
“Using a Java™ Applet Over Socket LAN” on page 115
•
“Using a C Program Over Socket LAN” on page 115
•
“General LAN Troubleshooting” on page 116
Using ftp for File Transfers
File transfers can be done using the instrument LAN connection. For
example, you can use the ftp functionality to download instrument
screen dumps to an external server.
A sample ftp session might be:
ftp 15.88.163.118
(<instrument IP address>)
At the name prompt enter:
vsa
At the password prompt enter:
service
You are now in the instrument
/users
directory and can get files from
the analyzer. Type in
help
at the prompt to see the ftp commands that
are available on your system. Typing
quit
will end your ftp session.
NOTE
Do NOT delete files from this directory. Most of the files are required for
the instrument, and it’s optional personality modes, to operate.
The Standard UNIX FTP Command:
Synopsis
ftp [-g] [-i] [-n] [-v] [server-host] [-B
DataSocketBufferSize]
Description The
ftp
command is used to transfer files using the File
Transfer Protocol.
ftp
transfers files over a network connection
between a local machine and the remote
server-host
.
Options and Parameters When ftp is invoked with a server-host
specified, a connection is opened immediately. Otherwise, ftp waits for
user commands.
Summary of Contents for E4406A VSA Series
Page 4: ...4 ...
Page 59: ...59 2 Programming Fundamentals ...
Page 124: ...124 Chapter2 Programming Fundamentals Using the LAN to Control the Analyzer ...
Page 125: ...125 3 Programming Examples ...
Page 164: ...164 Chapter3 Programming Examples Using Java Programming Over Socket LAN ...
Page 165: ...165 4 Programming Command Cross References ...
Page 379: ...379 6 Error Messages ...
Page 412: ...412 Chapter6 Error Messages Error Message Descriptions ...