Difference between revisions of "Multipass transfer"

From wikieduonline
Jump to navigation Jump to search
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* <code>multipass transfer</code>
+
{{lowercase}}
 +
<code>[[multipass]] transfer</code>
 +
* Offical doc: https://multipass.run/docs/transfer-command
 +
* <code>[[multipass help transfer]]</code>
 +
* [[multipass transfer --recursive]]
  
multipass transfer YOUR_FILE  YOUR_IMAGE_NAME_DESTINATION:/tmp/
+
== Examples ==
multipass transfer ubuntu-20.04.1-desktop-amd64.iso YOUR_IMAGE_NAME_DESTINATION:/tmp/
+
* <code>[[multipass]] transfer YOUR_FILE  YOUR_IMAGE_NAME_DESTINATION:/tmp/</code>
 +
* <code>multipass transfer ubuntu-20.04.1-desktop-amd64.iso YOUR_IMAGE_NAME_DESTINATION:/tmp/</code>
  
 +
 +
=== Execution with errors ===
 +
<code>transfer failed: [sftp push] open failed: '[[SFTP]] server: Permission denied'</code>
 +
 +
multipass transfer ORIGIN_DIR YOUR_VM_NAME:/destination_path/
 +
Source path must be a file
 +
 +
== Related commands ==
 +
* <code>[[docker cp]]</code>
 +
* <code>[[multipass list]]</code> to list your available VMs
  
 
== See also ==
 
== See also ==
 +
* {{multipass cmd}}
 +
* {{cp}}
 
* {{multipass}}
 
* {{multipass}}
  
 
[[Category:Multipass]]
 
[[Category:Multipass]]

Latest revision as of 15:23, 11 April 2023

multipass transfer

Examples[edit]

  • multipass transfer YOUR_FILE YOUR_IMAGE_NAME_DESTINATION:/tmp/
  • multipass transfer ubuntu-20.04.1-desktop-amd64.iso YOUR_IMAGE_NAME_DESTINATION:/tmp/


Execution with errors[edit]

transfer failed: [sftp push] open failed: 'SFTP server: Permission denied'

multipass transfer ORIGIN_DIR YOUR_VM_NAME:/destination_path/
Source path must be a file

Related commands[edit]

See also[edit]

Advertising: