VirtualBox

Changeset 37634 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 24, 2011 2:26:52 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72483
Message:

VBoxManage/GuestCtrl: Disable copyfrom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r37633 r37634  
    193193                  *        stuff, e.g. "VBoxManage guestcontrol execute <VMName> --username <> ... -- /bin/rm -Rf /foo". */
    194194                 "\n"
     195#if 0
    195196                 "                            copyfrom\n"
    196197                 "                            <source on guest> <destination on host>\n"
     
    198199                 "                            [--dryrun] [--follow] [--recursive] [--verbose]\n"
    199200                 "\n"
     201#endif
    200202                 "                            copyto|cp\n"
    201203                 "                            <source on host> <destination on guest>\n"
     
    17701772            rcExit = handleCtrlExecProgram(guest, &arg);
    17711773        }
     1774#if 0
    17721775        else if (!strcmp(pArg->argv[1], "copyfrom"))
    17731776        {
     
    17751778                                      false /* Guest to host */);
    17761779        }
     1780#endif
    17771781        else if (   !strcmp(pArg->argv[1], "copyto")
    17781782                 || !strcmp(pArg->argv[1], "cp"))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette