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
Post a Comment