You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I was wondering if it's possible to copy files from one VM directly to another. I seem to get this error when I try
vagrant scp vm1:/home/vagrant/projects/project-build/project.rpm vm2:~
Warning: Permanently added '[127.0.0.1]:2200' (RSA) to the list of known hosts.
/home/vagrant: No such file or directory
Do you know why this could be?
The text was updated successfully, but these errors were encountered:
You cannot copy directly. It should be done by downloading from one VM to a temp file and then uploading to target VM but this is currently not supported
Hi
I was wondering if it's possible to copy files from one VM directly to another. I seem to get this error when I try
Do you know why this could be?
The text was updated successfully, but these errors were encountered: