LEGRAND Raritan PX3TS User Manual page 735

Transfer switch
Table of Contents

Advertisement

Scenario 1: Use the default SCP port and default filename
▪ SSH/SCP port is the default (22), and the accessed PX3TS is a standalone device.
▪ The diagnostic file's default filename "diag-data.zip" is wanted. Then add a dot (.) in the end
of the SCP command as shown below.
scp <user name>@<device ip>:/diag-data.zip .
Scenario 2: Specify a different SCP port but use the default filename
▪ SSH/SCP port is NOT the default (22), or the accessed PX3TS is a Port-Forwarding slave
device.
▪ The diagnostic file's default filename "diag-data.zip" is wanted. Then add a dot in the end of
the SCP command as shown below.
scp -P <port> <user name>@<device ip>:/diag-data.zip .
Scenario 3: Specify a new filename but use the default SCP port
▪ SSH/SCP port is the default (22), and the accessed PX3TS is a standalone device.
▪ Renaming the diagnostic file is wanted.
scp <user name>@<device ip>:/diag-data.zip <filename>
Scenario 4: Specify a different SCP port and a new filename
▪ SSH/SCP port is NOT the default (22), or the accessed PX3TS is a Port-Forwarding slave
device.
▪ Renaming the diagnostic file is wanted.
scp -P <port> <user name>@<device ip>:/diag-data.zip <filename>
<user name> is the "admin" or any user profile with Administrator
Privileges or "Unrestricted View Privileges" privileges.
<device ip> is the IP address or hostname of the PX3TS whose data you
want to download.
<port> is the current SSH/SCP port number, or the port number of a
specific slave device in the Port-Forwarding chain.
<filename> is the new filename of the downloaded file.
2.
Type the password when prompted.
3.
The system downloads the specified data from the PX3TS onto your
computer.
If you do NOT specify a new filename in the command, such as
Scenarios 1 or 2, the downloaded file's default name is "diag-data.zip."
Chapter 10: Using SCP Commands
715

Advertisement

Table of Contents
loading

Table of Contents