Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 37633)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 37634)
@@ -193,4 +193,5 @@
                   *        stuff, e.g. "VBoxManage guestcontrol execute <VMName> --username <> ... -- /bin/rm -Rf /foo". */
                  "\n"
+#if 0
                  "                            copyfrom\n"
                  "                            <source on guest> <destination on host>\n"
@@ -198,4 +199,5 @@
                  "                            [--dryrun] [--follow] [--recursive] [--verbose]\n"
                  "\n"
+#endif
                  "                            copyto|cp\n"
                  "                            <source on host> <destination on guest>\n"
@@ -1770,4 +1772,5 @@
             rcExit = handleCtrlExecProgram(guest, &arg);
         }
+#if 0
         else if (!strcmp(pArg->argv[1], "copyfrom"))
         {
@@ -1775,4 +1778,5 @@
                                       false /* Guest to host */);
         }
+#endif
         else if (   !strcmp(pArg->argv[1], "copyto")
                  || !strcmp(pArg->argv[1], "cp"))
