Is there a free (as in free beer) software to send files over a terminal services session ?

I'm already aware of non-free tools like TSFTP for example

I'm using windows server 2003 R2.

link|improve this question

43% accept rate
feedback

migrated from stackoverflow.com Oct 18 '10 at 10:16

This question came from our site for professional and enthusiast programmers.

6 Answers

In the Remote Desktop Client (RDC) you can go to the Local Resources tab. To get there click on the Options>>> button. From there click on More... in the Local Devices and Resources area. You can then select any of the drives on your local computer that you want to share with the host you are connecting to.

Once you connect, you should see your drive listed as a shared drive on the host computer's explorer.

link|improve this answer
1  
Exactly what I was looking for ! Thank you :) – Brann Jan 7 '09 at 22:52
no problem i'm surprised this feature is so hidden. – Jeff Martin Jan 7 '09 at 23:19
copy/paste works these days also, I love it. – Chad Grant May 6 '09 at 7:52
Doesn't seem hidden to me, I had no problem discovering it. You can also get other local devices such as printers, scanners and usb sticks to work as well as copy and paste between the two systems. – PeteT May 6 '09 at 7:53
In some environments navigating through the folder structure of the source machine can be really slow. I've also found that once the connection to the remote machine is made that if I've forgotten to tell the RDP connection to share drives, I have to break the connection and go through the process of sharing the drives for the connection. But it works ... and that's the point. – Mike Chess Nov 5 '09 at 15:33
feedback

You won't actually be "sending files over a terminal services session" unless you are using the Mac version of RDC (which features a network drive-like shared directory). Instead, you'll have to configure an FTP Server on one side (your server) and an FTP client on your work/home computer.

To set up your WinServer 2003 to accept FTP uploads/downloads just go into IIS and look under the FTP area. It is quite simple although you will have to futz around with account permissions a bit.

Now you just have to get an FTP client. The FileZilla open source software is free so you'll want to check that out first. If it isn't functional enough for you (I haven't tried it) then I can recommend WSFTP Pro from Ipswitch but, while cheap, it is not free. FTPCommander is pretty cheap: $30 and it has a version that you can test drive for free for a month. Globalscape also has CuteFTP for $25.

link|improve this answer
Yes, I know what an FTP server is :) I was just wondering if there was something working directly over TS ... – Brann Jan 7 '09 at 22:16
feedback

If you trust both ends, you can enable proxying the local computer's drives and access them as \\tsclient\... from the remote computer.

link|improve this answer
feedback

Bear in mind that TS is just a connection to a remote computer where the display (and some other bits) are transmitted to a local viewer application on your client.

So, you have a remote connection to the computer - use it, you can transfer files using standard windows file sharing - "\remotecomp\c$" type stuff, or you can set up any one of another transfer apps, like FTP or rsync.

You can also transfer some files using the clipboard if you're using the latest RDC app, you have to go into the "local resources" tab on the options and check the appropriate box.

link|improve this answer
feedback
  1. MAP a Drive.
  2. Go to Explorer.
  3. Drag Drop the file.

Please Note: Do not pay for this functionality

link|improve this answer
feedback

Depends on the version of the client/server you can copy/paste files from Remote Desktop in the newer versions. I do it all the time just because it's so easy.

Otherwise, use the drive mapping.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.