I've found myself with an interesting problem; I need to push files from one windows server to another. SMB/CIFS is out because we block the port.
If I was on a linux / OS X system I'd have SCP; WinRM doesn't support file transfers until powershell 3.
I can use any services that come with Windows Server 2008 R2 or Server 2012.
So the question is, who can come up with an original solution?
Edit: To help highlight this requirement TCP 445 is unavailable; any solution will need to use a different port.