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

by James McDonald | Feb 1, 2012 | IT Tips | 0 comments

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.