Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

In this example the command pscp -P 22 -pw Password123 -scp admin@192.168.45.47:config C:\Temp\configuration.lcfsx verwendetwas used.

 

Info

The parameter -P 22 makes sure, that the port 22 is used for the SSH connection. If you are using another port it has to be modified accordingly. The parameter -P has to be capitalized.

If you omit the destination folder and only specify the file name (e.g. configuration.lcfsx), the file is saved in the folder, from where PSCP is invoked. 

The configuration file of a GS-3xxx series switch has to be saved as lcfsx file.

...

2) Enter the command in the format pscp -P 22 pw <passwort> <password> -scp <Benutzername>@<IP Adresse><user name>@<IP address>:config C:\Temp\<Datei Name><file name>.cfg to save the configuration file in the folder C:\Temp\Users\...\Documents.

In this example the command pscp -P 22 -pw Test12345 -scp admin@172.23.56.224:config C:\Users\...\Documents\configuration.cfg verwendetwas used.

Info

The parameter -P 22 makes sure, that the port 22 is used for the SSH connection. If you are using another port it has to be modified accordingly. The parameter -P has to be capitalized.

If you omit the destination folder and only specify the file name (e.g. configuration.cfg), the file saved in the folder, from where PSCP is invoked. 

The configuration file of an XS-51xx series switch has to be saved as cfg file.

...