I need to send a file from one WSL to another for a task I'm given. I tried to use scp
command, but it requires me to get a wifi0 IP address for the network both devices are connected to, which I don't have.
I looked online and apparently WSL is in its own virtual ethernet sub-network and can't exactly send files to another device via Wi-Fi, however the other device does show the wifi0 data when I use the ifconfig
command. I am very confused about the difference between the two devices and how one WSL can access wifi while the other can't.
ping 8.8.8.8
successfully? If so, it seems they are both accessing WiFi. If not, then we can start by troubleshooting that issue. Please do include the output ofwsl -l -v
for all applicable installations. Thanks!