Skip to content

Allow transfer files to virtual machines #11

@avanzzzi

Description

@avanzzzi

Create a subcommand that allows copying files between client machine and remote virtual machine.
The virtual machine can be specified by index or name.

This can be done using hyper-v console to identify the vm ip address and send or getting the files direct with winrm or ssh.

The command would look like this:

# by index
hypy cp put 10 local_file remote_file 
hypy cp get 10 remote_file [local_file]

# by name
hypy cp put -n MYVM local_file remote_file 
hypy cp get -n MYVM remote_file [local_file]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions