I have a use case where I occasionally want to copy a single file from my host machine to the Vagrant guest.
I don\'t want to do so via traditional provisioners (Pup
Try this.. vagrant ubuntu 14.04 This worked for me.
scp -r -P 2222 vagrant@localhost:/home .