74
MDE-LEDI-NETWORK-TDS-4099V3.0
H. File transfer
The SSH protocol can also be used to transfer files between the product and other devices
on the same IP network.
Under Windows
There is no application included in Windows to allow you to transfer a file from/to a Gorgy
Timing product via SSH. You will need to install a client such as Putty.
With Putty: run cmd.exe then type
pscp
<src>
<dst>
replacing <
src
> with the path of
the source file and <
dst
> with the destination path. The path on the Gorgy Timing product
should be written as follows:
<user>
@
<IP>
:FLASH0/
<path>
replacing
<user>
with the
username used on the product, <
IP
> with the IP address and <
path
> with the path of the
desired file/folder. For example, to import the key of an SSL certificate on a product:
pscp ssl.key [email protected]:FLASH0/.cfg/
Under Linux
To connect to a Gorgy Timing product in SSH, launch a terminal and enter
scp
<src>
<dst>
replacing <
src
> with the path of the source file and <
dst
> with the destination path.
The
path
on
the
Gorgy
Timing
product
should
be
written
as
follows:
<user>
@
<IP>
:FLASH0/
<path>
replacing
<user>
with the username used on the product,
<
IP
> with the IP address and <
path
> with the path of the desired file/folder. For example, to
import the key of an SSL certificate on a product:
scp ssl.key [email protected]:FLASH0/.cfg/
I. "Restart" Button
Use the Restart button at the bottom of the page to restart the device remotely via the Web
page. After pressing the button, the device will be unavailable for about 1 minute until it has
finished rebooting.