scp command error on flat.vmdk file

Francesco04

Member
Oct 1, 2024
30
0
6
Hi everyone, I'm doing a workshop for a project where it asks to use the scp command via the proxmox shell to transfer a disk disk_name-flat.vmdk from a Vmware machine to proxmox only that when I start the command it gives me this error here

Could you help me? Thank you very much

Immagine 2024-12-09 125231.png
 
As access is working and scp started there is a read error on that vmdk file and so it is exiting unexpected.
You should try to read the file on the vmware host itself maybe with "cat /vmfs/volumes/674.../prova/prova-flat.vmdk >/dev/null".
 
As access is working and scp started there is a read error on that vmdk file and so it is exiting unexpected.
You should try to read the file on the vmware host itself maybe with "cat /vmfs/volumes/674.../prova/prova-flat.vmdk >/dev/null".
ok I will do it thanks so much for the help