Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow transfer files to virtual machines #11

Open
avanzzzi opened this issue May 18, 2018 · 0 comments
Open

Allow transfer files to virtual machines #11

avanzzzi opened this issue May 18, 2018 · 0 comments

Comments

@avanzzzi
Copy link
Owner

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant