Sha256: 76e268ac5bbc7696dcce4e5323db31d32073569393dee9ad3fbd8fd17b4f1795
Contents?: true
Size: 754 Bytes
Versions: 8
Compression:
Stored size: 754 Bytes
Contents
# Vagrant::Scp Copy files to a Vagrant VM via SCP. ## Installation You need to install the plugin, like so vagrant plugin install vagrant-scp ## Usage If you have just a single Vagrant VM, you can copy files over like this: vagrant scp <some_local_file_or_dir> <somewhere_on_the_vm> If you have multiple VMs, you can specify it. vagrant scp <some_local_file_or_dir> [vm_name]:<somewhere_on_the_vm> Copying files out of the VM works in the same fashion vagrant scp [vm_name]:<somewhere_on_the_vm> <some_local_file_or_dir> That’s it! ## Vagrant version We support Vagrant 1.7+. Note that Ubuntu 14.04 LTS ships version 1.4.3. You can get the deb file with the latest Vagrant [here](https://www.vagrantup.com/downloads.html).
Version data entries
8 entries across 8 versions & 1 rubygems