How To Quickly Share Files Between Kali Linux and Windows?
How to Quickly Exchange Files Between Kali Linux and Windows
Step#1: as I mentioned before, you need to confirm that the Kali Linux and Windows 10/11 operating systems are connected to the same network. Checking their IP addresses is the simplest way to determine if they are connected to the same router.
Open CMD and run ipconfig to check the IP address of your Windows computer.
Open a terminal and type ifconfig to find out your Kali Linux operating system's IP address.
If you are unsure whether your operating systems are connected to the same network, you may not be familiar with IP addresses and their various classes. Because of this, it is best for you to understand about IP addresses and IP classes so that you can determine whether or not your systems are connected to the same network.
Step #2. The second step is to share a folder from your Windows PC after verifying that both systems are connected to the same network. This implies that you have already set up the network detection and sharing settings.
Guidelines for sharing a folder in Windows 10 or 11:
- Right-click the folder and select properties to share it.
- Choose advanced sharing under the sharing menu.
- Share this folder should be checked.
- Toggle to Permission.
- Once that's done, select add.
- Then type the name of the local user you created earlier, or everyone if you didn't. Then click Check Name.
- The user must then be given complete control.
Step #3. You must create a folder on your desktop or in another location in Kali Linux in order to access the shared folder. I'll call this folder Filessharing.
Run the command listed below in Terminal.
mount.cifs //Win11/shared /root/Desktop/Filesharing -o user=kaliNote:My Windows computer's name is Win11; please provide the name of your own Windows machine.
I've built a folder to access shared Windows files under Desktop/Filesharing. Enter the path if you have created the folder in another location in Kali Linux.
Moreover, substitute kali for the user name associated with your Kali Linux operating system.
After you enter the root password into Kali Linux after inserting the command, you can access the shared Windows files.


