[FEATURE] New command to copy files from/to VMs
See original GitHub issueIs it possible to add feature to azure cli to copy files from/to VMs? Something like:
az vm upload --resource-group rg --name vmname --from <localpath> --to <reomtepath>
Issue Analytics
- State:
- Created 6 years ago
- Reactions:25
- Comments:33 (8 by maintainers)
Top Results From Across the Web
How to copy files from/to a Linux VM
How to copy files from/to a Linux VM. Copy files with SFTP ... In Site Manager dialog of FileZilla, create a new site...
Read more >How to copy files between Azure subscription from Windows ...
AzCopy is a fantastic command-line tool for copying data to and from Microsoft Azure Blob, File, and Table storage. At the moment, to...
Read more >Copy or move data to Azure Storage by using AzCopy v10
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account. This article helps...
Read more >In VMS, how can I use the DCL COPY command to transfer ...
The asterisk tells VMS to use the same filename on the copy created on your directory. The two spaces are necessary parts of...
Read more >how fast to copy files on vmfs - VMware Communities
1) I try to copy(by MC, Veeam fastSCP and cp command) any files (size > 1GB) from one local disk to another on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @yugangw-msft Sure I can upload files using SCP, but using az cli would make some automation tasks simpler, especially for VMs without public IP.
Any updates on this? Seems like an important feature to have