Changeset 34866 in vbox
- Timestamp:
- Dec 9, 2010 10:24:00 AM (14 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_GuestAdditions.xml
r34841 r34866 1510 1510 <para>Starting with version 4.0, the Guest Additions for Windows allow for 1511 1511 automatic updating (only already installed Guest Additions 4.0 or 1512 later).</para> 1512 later). Also, copying files from host to the guest as well as remotely 1513 creating guest directories is available.</para> 1513 1514 1514 1515 <para>To use these feature, use the VirtualBox command line or the GUI. 1515 See <xref linkend="mountingadditionsiso" /> or <xref 1516 linkend="vboxmanage-guestcontrol" /> for details.</para> 1516 See <xref linkend="mountingadditionsiso" /> for automatically updating 1517 the Guest Additions or <xref linkend="vboxmanage-guestcontrol" /> for 1518 executing guest programs, copying files from the host or creating guest 1519 directories.</para> 1517 1520 </sect1> 1518 1521 -
trunk/doc/manual/en_US/user_VBoxManage.xml
r34844 r34866 2658 2658 <screen>VBoxManage copyto|cp <vmname>|<uuid> 2659 2659 <source on host> <destination on guest> 2660 [--username "<name>"] [--password "<password>"]2661 [--dryrun] [-- recursive] [--verbose] [--flags <flags>]</screen>2660 --username <name> --password <password> 2661 [--dryrun] [--follow] [--recursive] [--verbose]</screen> 2662 2662 2663 2663 <para>where the parameters mean: <glosslist> … … 2720 2720 2721 2721 <glossentry> 2722 <glossterm>--follow</glossterm> 2723 2724 <glossdef> 2725 <para>Enables following symlinks on the host's source.</para> 2726 </glossdef> 2727 </glossentry> 2728 2729 <glossentry> 2722 2730 <glossterm>--recursive</glossterm> 2723 2731 2724 2732 <glossdef> 2725 <para>Recursively copies files/directories .</para>2733 <para>Recursively copies files/directories of the specified source.</para> 2726 2734 </glossdef> 2727 2735 </glossentry>
Note:
See TracChangeset
for help on using the changeset viewer.