21 May
Creating a temporary FTP server on my computer seems to be the best solution because it only involves one way transfer instead of uploading and then downloading. After checking the Remote Desktop Connection settings, I found that RDC already has support for making my computer files available to a remote desktop connection session. Here is how to set it up.
You can run Remote Desktop Connection from Start > Programs > Accessories > Remote Desktop Connection. You should see a small box to enter a computer IP address or hostname with a few buttons such as Connect, Cancel, Help and Options.

By default Remote Desktop Connection doesn’t map my local computer drives to the remote computer. You’ll need to click the Options button, go to Local Resources tab, click the More button at Local devices and Resource, and check Drives to map all your local drives to the server. Instead of mapping all drives, you can also map the drives that you want by expanding the drive category.

When you connect, you should get a warning asking you do you trust this remote connection because you’ve allowed the remote computer to access your local drives on your computer. After clicking Connect, open My Computer and you should see your local drives on the remote computer. Now you can start transferring files from your computer to the remote server WITHOUT installing FTP services or upload it to rapidshare to download later.

I also found out that you can also copy and paste files from local to remote desktop if you’ve enabled mapping of local drive resources. Let’s say I open a text file on my computer and I copied the content to the clipboard. I am able to paste the clipboard content to the remote computer that is connected via Remote Desktop Connection!
[tags]rdc, remote, desktop, connection, access[/tags]
: Copying this article to your website is strictly NOT allowed. However, if you like this article, you can use the HTML code below to directly link to this article.
Changing Remote Desktop Listening Port Updates Change the Listening Port for Microsoft Remote Desktop Connection Monitor voltages, fan speeds and temperatures Disable Remote Desktop Auto Lock Screen on Idle Monitor and Notify when Shared Folders being Accessed Another Easy To Use Remote Access Software – ShowMyPC Easily Provide PC Support to a Remote Computer using TeamViewer
Have computer technical problems? Get FREE help from Raymond.CC FORUM
Figured it out, map a drive to the local drive using
net use X: \\tsclient\c <– X or whatever drive letter you like
then just use copy or xcopy from the mapped drive
Thanks