Very common situation when you need to perform one-time operation of copying some file or a directory between Vagrant host and guest VM and you don’t want to waste time on mounting shared volumes or performing traditional provisioning with built-in file provisioner or some configuration management tool.
In the following article i will show the easiest way to copy files and folders between Vagrant host and guest VM using vagrant-scp plugin. (more…)