Transfer Files form Virtual Machine to Host- Using Uget

--

echo “Namaskaram Hello”

1. Preparing file in Kali Linux VM

I have a file “Video.mp3” file in my virtual machine Kali Linux, Which is running on VMWare Workstation.

Copy and paste the file in /var/www/html

Now, Start the Apache2 service on Kali

2. Download and Install Uget

Install Uget from the Downloads · uGet Download Manager (ugetdm.com)

3. Add Uget in Environment Variables

You guys know this step.

But, what if you dont have the right to edit the Environment Variable? Do this instead

Go to the location where uget is installed. Copy the path to uget.

C:/Users/Krish/Downloads/uget/bin/uget

4. Get the Virtual Machine’s ip address

5. Final command

<Path to uget>/uget http://<ip address>/video.mp3

Hurray , the file is transferred.!!

--

--