Copy files to a remote server via RDP using a script
Asked Answered
C

1

6

We have a couple production servers that are configured to only allow access via RDP. There are no acessible shares. The dev team have no say in changing this setup but we want to automate code deployments to these machines. Presently we have to set Remote Desktop to share a local drive with the server, then RDP to the server and manually copy the deployment.

Any one know of a way to tunnel over RDP and drop files to a given directory on the remote host from the command line? The instructions will need to be included in an MSBuild configuration.

Cappuccino answered 8/12, 2009 at 14:5 Comment(0)
G
1

If you can get WS-MAN set up, PowerShell remoting and/or pmodem might be your ticket? https://web.archive.org/web/20180429054125/http://www.nivot.org/blog/2009/11/default

Goingover answered 8/12, 2009 at 14:23 Comment(3)
This is the closest thing to a solution for this problem so far.Cappuccino
All of the links here are all dead.Klehm
@JonathonS. replaced with internet archive linkGoingover

© 2022 - 2024 — McMap. All rights reserved.