File transfer via remote desktop?

6

4

Is it possible to access the remote files (on Windows Server 2003) from my computer (running Windows XP) using remote desktop? Googling for "file transfer via remote desktop" showed me how the opposite can be done (i.e., access local files from the remote computer), but this is hardly usable for me (for many reasons, especially I'm missing there all the file management tools I installed locally).

maaartinus

Posted 2011-07-01T09:49:40.577

Reputation: 3 054

Answers

2

“Clipboard RDC” is an open source cross platform utility that uses clipboard to transfer files much like we transfer text to/from servers in RDP. Go give it a try at http://gauravkumar37.github.com/clipboard-rdc

Gaurav Kumar

Posted 2011-07-01T09:49:40.577

Reputation: 296

12

It is QUITE possible. Windows XP Mode actually uses the same feature. Fire up Remote Desktop Connection. Then select Show Options → tab Local ResourcesMore. Check the "Drives" box (to expand it). Listed underneath are all your local drives. Check the ones you want. They will now show up as network drives when you remote connect.

Before you connect though, go back to the "General" tab and click Save As.... Save the RDP file and now you can just click that to fire up your settings and automatically connect every time.

See also:

http://haacked.com/archive/2010/05/17/remote-desktop-file-copy.aspx

surfasb

Posted 2011-07-01T09:49:40.577

Reputation: 21 453

Remote Desktop Connection version 10.0.16299 (2017): There isn't something called "Options", just a tab in the main/first window called "Local Resources". – Peter Mortensen – 2018-07-02T12:03:11.037

This is 100% correct. – KCotreau – 2011-07-01T12:07:27.973

1Be forewarned: Performance is terrible, at least it has been every time I've used it, even on a LAN. – afrazier – 2011-07-01T13:04:05.310

1Now I remember why I never used this option. Copy speeds is going to be pretty bad, even over a LAN. – surfasb – 2011-07-01T22:22:32.737

1Fire up Remote Desktop Connection. - You mean mstsc.exe? Then select Options - There are no options, just tabs named General, Display, Local Resources, etc. Listed underneath are all your local drives. - they are not. I've got just the 4 checkboxes (disk drives, printers, serial ports, smart cards), no detailed selection. Anyway... this publishes my files to the remote computer, but I want it the other way round. – maaartinus – 2011-07-02T02:30:01.177

@maaartinus: I don't get it. If you just want the 2003 files to show up on your XP machines, why use RDP not just use a network share/vpn? I thought you wanted RDP to access your host machine files using the client's tools? – surfasb – 2011-07-02T02:49:54.700

@surfasb Not all the files on the server are shared. I can access them using the RDP so I thought the RDP should make them available to my computer as well. I don't want to fiddle with the server settings, 'cause it doesn't belong to me. – maaartinus – 2011-07-14T21:09:36.857

Ah, I see. Funny they will let you use your toolset on their files, but won't let you transfer the toolset on to the machine. . . – surfasb – 2011-07-15T02:50:56.660

@surfasb: Maybe they would... I haven't asked. But I don't want to install anything on their servers as it's an additional work and there are maybe tens of them. Moreover, most Windows programs act as they were the computer owners and lone users, they change file association and other settings... – maaartinus – 2012-10-10T19:17:03.513

Are files transferred in "binary mode" or "text mode"? I'm getting corrupt DB backup files when using this method and I've read a common cause is that they're transferred (typically with FTP) in text mode. – Josh Noe – 2013-08-14T18:53:34.437

It's always binary mode. Rdp doesn't use Ftp. If you are transfering a DB, might want to do a checksum. – surfasb – 2013-09-14T03:10:34.953