I need to be able to transfer a file to a remote windows box, OS of windows vista or higher. I am transferring this file from one windows machine to another windows machine. The target machine isn't guaranteed to have SSH, or anything, but I have its login credentials. Are there any ways to do this?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Oct 10 '12 at 7:04
|
If you have valid credentials, you can try
where:
It will ask you for the password then. If connection was successful, you can then mount this share as a network disk. Then you can just do 'copy' from command line on that disk. Sure, it is not guaranteed this will work - that machine can be behind a firewall or there may not be shared any resources. But anyway you can try. I think, it is simplest way to do what you want without installing any additional applications. |
|||
|
|