Copy files from local to remote machine from windows command prompt -


i have hostname/(ipaddress), username , password of remote machine. want copy folder remote machine local. eg. d:/ of local (public)z:/ of remote machine.

i tried :

net use \ipaddress\c$ /user:domain\username password xcopy “d:\test1” “\ipaddress\z:\folder” /x /h /e /v

and says filenotfound test1.

i think connection made first command executes succesfully problem when try access local folder.

you should write “d:\test1\*.*”


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -