6.0

Table Of Contents
Getting Started with vSphere Command-Line Interfaces
36 VMware, Inc.
2Placeafilethatisonthesystemfromwhichyouarerunningthecommandsintothenewlycreated
directory.
vifs <conn_options> --put /tmp/test_doc '[osdc-cx700-03] vcli_test/test_doc'
3Moveafileintoavirtualmachinedirectory.
vifs <conn_options> --move '[osdc-cx700-03] vcli_test/test_doc'
'[osdc-cx700-03] winxpPro-sp2/test_doc
Amessageindicatessuccessorfailure.
4 RetrieveoneofthefilesfromtheremoteESXisystem.
Thefollowingexampleretrievesalogfileforanalysis.
vifs <conn_options> --get '[osdc-cx700-03] winxpPro-sp2/vmware.log' ~user1/vmware.log
5Cleanupbyremovingthefileanddirectoryyoucreatedearlier.
vifs <conn_options> --rm '[osdc-cx700-03] vcli_test/test_doc'
vifs <conn_options> --rmdir '[osdc-cx700-03] vcli_test'