How to copy folder from windows machine to wsl

 

Hi, In this post, we will see how to copy folder from windows to wsl folder. Use comand like below.


Using mnt in wsl, we can access windows files

cp -r "/mnt/c/Users/YourName/Downloads/SourceFolder" /home/wslusername/TargetFolder/


Example:

cp -r /mnt/c/Users/bharathan/Downloads/Temp/* /home/admin/practice/Automation/Credentials/


Comments

Popular posts from this blog

How to move WSL from one drive to another drive

How to connect to postgres database in activepieces