looking for a command line tool to copy files to remote computers (similar to psexec)
Posted
by hatchetman82
on Super User
See other posts from Super User
or by hatchetman82
Published on 2010-03-15T19:02:43Z
Indexed on
2010/03/15
19:10 UTC
Read the original article
Hit count: 211
hi. im looking for a small utility that can copy files over to/from remote windows hosts, and which can take the credentials (domain user and password) as part of its command line, similar to psexec.
i know i can use net use to map the target directory to a drive letter and use xcopy, and i know psexec can upload files to be executed on the remote machine and then delete them, but im looking for a small utility to distribute files to remote hosts that will not be as awkward to use as net use + xcopy
© Super User or respective owner