john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Vmware esxi import files from windows ssh scp

vmware-esxi-import-files-from-windows-ssh-scp

ESXi is very limited and does not support sftp... but it does scp (subset of SSH).

putty.zip also contains pscp http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

cmd.exe

pscp -v -P 22 -scp putty.zip root@10.10.10.248:/tmp

Prompted for a password and works...

Uploads putty.zip from the current directory into /tmp in 10.10.10.248

Afterwards SSH in and mv the file.

EDIT Configuration -> Software -> Licensed Features -> ESX Server License Type = Edit...

Assign a new license key to this host -> Enter key Enter the key you got by registering an Email Address with Vmware.com

Now you're more limited in what you can do =)

NOTE: the ESXi license works on an ESX install CD, but it appears that ESX install CD contains SFTP ability while ESXi does not...


  • « Vmware esxi 4 1 import vmx vmdk
  • Parameter check »

Published

Jan 11, 2011

Category

virtualization

~122 words

Tags

  • esxi 6
  • files 16
  • from 24
  • import 12
  • scp 2
  • ssh 14
  • virtualization 87
  • vmware 25
  • windows 72