File Transfer Possible with Remote Desktop Web Connection?

  • Thread starter Thread starter Tom S
  • Start date Start date
T

Tom S

Is it possible to transfer files using Remote Desktop Web Connection as
configured on Windows XP Pro?

tia,
Tom
 
Yes, but you need to edit the default.html file to add the file
redirection option:

From a MS Post:
Navigate to the following folder:
x:\%SystemRoot%\web\tswebEdit the default.htm file with Notepad.
Look for the following in the file.

'Device redirection options
MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE
MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE
MsRdpClient.AdvancedSettings2.RedirectPorts = FALSE
MsRdpClient.AdvancedSettings2.RedirectSmartCards = FALSE

Change the line:
MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE

To Read:
MsRdpClient.AdvancedSettings2.RedirectDrives = TRUE

Jeffrey Randow (Windows MVP - Networking & Smart Display)
(e-mail address removed)

Please post all responses to the newsgroups for the benefit
of all USENET users. Messages sent via email may or may not
be answered depending on time availability....

Remote Networking Technology Wiki -
http://www.remotenetworktechnology.com
Smart Display Support - http://www.smartdisplays.net
Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone
 
Back
Top