Last change
on this file was 109090, checked in by vboxsync, 9 days ago |
Docs: bugref:10705. The following commits from doc's team git repo has been applied:
ae80a681fb1658b2e20ff12a36588811c14dfe67 Updated description of network types
4779d5f23ada981651803eb1ab029ae19f3394db Added - Shared Folders can't be used on Arm VMs running Windows
42ff285f84faa143fc53a3678b1a28a0cae68705 Started minor updates to security section
5bb1fe545161ec7211b842952221dee2021a6645 Fixed spacing
86c3d9a9eb8c807907fe3977b100712d8717a0bb Included Vadim's feedback
4117e15a9d3304ed6f011a45ad3d85b1783248bc Minor updates to security guide
67f46d035bca90c2bd0dc518456b5f4734a8f1da Updates from Vadim
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
2.4 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="guestadd-clipboard">
|
---|
4 | <title>Clipboard</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> enables you to copy text, image and html content from the GUI on the host to the GUI on a VM, and vice versa. You can also copy content between VMs, with other VMs treated as other host applications when configuring the options. For this to work the latest version of the Guest Additions must be installed on the VM.</p>
|
---|
8 | <p>For security reasons, clipboard access can be configured at runtime on a per-VM basis either using the <b outputclass="bold">Shared Clipboard</b> menu item in the <b outputclass="bold">Devices</b> menu of the VM or the <userinput>VBoxManage</userinput> command.</p>
|
---|
9 | <p>The following shared clipboard settings are available:</p>
|
---|
10 | <ul id="ul_onq_r24_hcc">
|
---|
11 | <li>
|
---|
12 | <p><b outputclass="bold">Disabled</b>. Disables the copy feature entirely. This is the default when creating a new VM.</p>
|
---|
13 | </li>
|
---|
14 | <li>
|
---|
15 | <p><b outputclass="bold">Host To Guest</b>. Enables copying from the host to the guest only.</p>
|
---|
16 | </li>
|
---|
17 | <li>
|
---|
18 | <p><b outputclass="bold">Guest To Host</b>. Enables copying from the guest to the host only.</p>
|
---|
19 | </li>
|
---|
20 | <li>
|
---|
21 | <p><b outputclass="bold">Bidirectional</b>. Enables copying in both directions: from the host to the guest, and from the guest to the host.</p>
|
---|
22 | </li>
|
---|
23 | <li><b>Enable Clipboard File Transfers</b>. Allows files (in addition to text, images and html) to be copied to or from the VM. <ul>
|
---|
24 | <li>
|
---|
25 | <p>On Linux hosts and guests, Shared Clipboard file transfers are limited to files only, one file per transfer. Transferring symbolic links is not supported.</p>
|
---|
26 | </li>
|
---|
27 | <li>
|
---|
28 | <p>Shared Clipboard file transfers are only tested and supported with the official default file managers of the guest and host operating systems.</p>
|
---|
29 | </li>
|
---|
30 | </ul></li>
|
---|
31 | </ul>
|
---|
32 | <p>To use the <userinput>VBoxManage</userinput> command to control the current clipboard mode, see <xref
|
---|
33 | href="vboxmanage.dita#vboxmanage"/>. The <userinput>modifyvm</userinput> and <userinput>controlvm</userinput>
|
---|
34 | commands enable setting of a VM's current clipboard mode from the command line.</p>
|
---|
35 | </body>
|
---|
36 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.