transfer files

Share files with your VM without sharing a folder

When you use a VM, it is often needed to transfer files from the host to the VM and vice-versa. One of the usual options for that is a shared folder that needs previously to be configured. Sometimes happens that you can have an issue with this configuration and it is not possible to do it as easy as it should be. Here is when Magic Wormhole comes to the

Transfer files using SCP

Upload files $ scp local_path/file username@IP:/remote_path/file Download files $ scp username@IP:/remote_path/file local_path/file