
If we need to list all available options and help information we can just issue pscp command to the command line or MSDOS like below. We will install the downloaded putty 64 bit msi package regular Windows Next->Next style like below. I will use 64 bit because my Windows is 64 bit. I prefer Putty installation package where path environment configuration also done automatically.Īs we can see there is 32 and 64 bit versions. pscp can be installed in standalone or with the putty installer package.

Pscp command can be downloaded from the following link. In this tutorial, we will learn how to install and use pscp tool on Windows operating system. When using the ecurep upload enter the pmr or ticket number in the upload form.Pscp command is an SCP protocol implementation where we can transfer and copy files and folders securely over a network with the SSH connection. Note: When using the testcase, ensure the file name begins with the PMR or Ticket number (for example 10262004194012.zip). Select the preferred server for your geography to upload the pedbg file: Preferred servers depending on geography In the Windows command prompt, right click and select paste. For example to copy a pedbg file, from a putty ssh window, run ls /dump to list the file use left mouse to highlight the file name (putty copies the text to the clipboard automatically). Tip: To avoid typing errors, copy/paste the file name from a putty ssh session. "C:\Program Files\PuTTY>pscp" -scp c:\temp\ = the path and file name to be created on the Windows PC = the fully qualified, case sensitive, file name created when pedbg was run (i.e. = the IP address or host name of the HMC. = a valid user profile on the HMC, hscpe should be used or another user ID with a role of hmcpe Many of the graphical SCP clients use the cd command and will fail with a restricted command error.Ĭopy the file from the HMC to the PC using pscp Note: Any implementation of SCP should work as long as it does not use a restricted command such as cd.

Pscp can be obtained from the PuTTY home page or one of the alternate sites (such as ).ĭownload and install using the Windows installer or download just the pscp.exe binary. You can also list the file to be copied to ensure it exists and the hmc user has read access.


Test the connection by logging in to the HMC remotely with a ssh client such as PuTTY. The following process shows how pedbg data can be copied from the HMC to a PC using Secure Copy Protocol (SCP).Ĭonfigure the HMC for remote command execution (ssh)ĮnhancedUI: Enabling ssh/remote command executionĬlassic UI: Configuring the HMC to Accept SSH Connections and Remote Commands
