I’m trying to create a shell and bat file in which I need to copy some local files to a remote server (I have a Windows and Linux machine).
However there’s no DNS so I have to use the IP.
With a bit of googling I found rcp, but the documentation that I’ve found so far is a bit fuzzy for windows when using the IP.
So I was wondering whether anyone had any suggestions as how to do this in a transparant method without having to install additional applications (scp seems to be unknown to Windows XP but RCP is known).
What about ftp?
It is usually enabled on Linux and it is available natively in Windows.