Copy file from ESXi Server to your Windows Computer using PuTTY’s pscp

Written by James McDonald

February 1, 2012

You need to enable the unsupported SSH server on the ESXi box

Then using the pscp utility that comes with PuTTY add -scp to the command line because the default sftp doesn’t work.

Here is an example of copying a file off the ESXi server from the command line of a Windows 7 box

C:\Users\rupert>pscp -scp [email protected]:/sbin/vmbackup.sh Desktop/
[email protected]'s password:
vmbackup.sh               | 2 kB |   2.5 kB/s | ETA: 00:00:00 | 100%

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...