Moving files between Windows computers without creating network shares
Posted
by
mavnn
on Stack Overflow
See other posts from Stack Overflow
or by mavnn
Published on 2011-01-14T10:25:47Z
Indexed on
2011/03/09
16:10 UTC
Read the original article
Hit count: 320
.NET
|windows-server-2008-r2
What's needed:
To move several directories between two Windows 2008 servers on a regular basis.
Due to security requirements, neither server is supposed to have network shares set up or extraneous software installed.
What's available:
Administrator access to both machines (including remote desktop access if that helps).
A third machine with:
- Visual Studio 2010
- Cygwin
Bonus extras
The script that does the rest of the work (apart from moving the files) is currently written in F#, but any .net/command line based solution would be fine.
© Stack Overflow or respective owner