Use SSH to download ISO file to Promox

Swinng

New Member
Mar 7, 2011
1
0
1
Waterford, Ireland, Ireland
I have a 2Gb .ISO file I want to get onto my Proxmox server.
When I try to install it via the HTTP. It times out before it is uploaded
I am wondering if I could do a SSH into the server and download the file directly from the internet.

I am trying to run BlackUbuntu on a virtual machine.
 
just download it directly, using the console (connect via ssh to your Proxmox VE).

cd into the right dir:

> cd /var/lib/vz/template/iso

download with wget:

> wget http://....

or if you already got the file, just copy (scp) to the mentioned dir.
 
  • Like
Reactions: sbmaggarwal