-2

I have opened a remote desktop connection to a windows server that has no interface apart from command line window.

How can i transfer a file from my local pc to that remote server? (either by sending from my local pc to the remote or getting by my remote from my local)

mike_x_
  • 1,900
  • 3
  • 35
  • 69

1 Answers1

0

From remote session: Copy location.extension destination.extension

f.e. Copy c:\file.jpg m:\jpg

From the host: Copy destination.extension location.extension

f.e. Copy \\remote\c$\file.jpg C:\file.jpg

Loïc MICHEL
  • 24,935
  • 9
  • 74
  • 103
L. Klotz
  • 164
  • 1
  • 15