-
I just tested my patch in a different environment (ThinStation connecting to Windows Server 2008 R2) and sadly copying to the redirected folder (USB drive) is slow and makes the rdp session unusable (rdesktop rarely updates the screen) till all files are copied.
On the other hand I had no problems copying from the USB drive.
2009-11-09 09:12:38 UTC by nobody
-
This patches includes the "IRP Query Volume Information class: 0x07 problem - ID: 2812158" by jmdault.
Additionally I have implemented "FileFullDirectoryInformation", "FileDirectoryInformation" and "FileNamesInformation" IRP Query Directory structures.
(see http://msdn.microsoft.com/en-us/library/cc232100%28PROT.13%29.aspx )
Using this patch I can successfully copy from and to redirected...
2009-11-08 17:52:16 UTC by bailli
-
I had this problem and could get USB working by changing the path for the redirection.
For exemple, I was using -r USB=/mnt/usbdevice
I changed it to -r USB=/mnt/usbdevice/sda1.
2009-11-05 20:11:25 UTC by ge3or
-
rdesktop doesn't seem to have this feature currently. If the connection drops (for whatever reason), when you reconnect, you have to re-login again. On the Windows client, it has this feature under the 'Experience' tab. If selected, the server allows you to reconnect to the old session exactly where you where when the connection dropped......
2009-10-31 13:06:20 UTC by jmcclell
-
Same problem, all is good when i do something with files at the root of mounted folder, but some action inside subfolder give me this error.
2009-10-30 08:40:24 UTC by nixargh
-
IIRC it is just a wrapper around the mstsc active X component without any knowledge of the RDP protocol, and there is nothing rdesktop can use there.
2009-10-26 10:36:46 UTC by kiilerix
-
AnywhereTS (http://en.wikipedia.org/wiki/AnywhereTS) is a terminal services client (for Windows platforms) which are used by approx 350,000 people worldwide. They have gone out of business and are opensourcing their source code - it is possible that they have support for RDP 5.2 and that code can be leveraged in remote desktop.
their forum for requesting access is...
2009-10-26 08:20:44 UTC by sandeepss
-
jsorg71 committed revision 1521 to the rdesktop SVN repository, changing 1 files.
2009-10-25 23:37:26 UTC by jsorg71
-
I checked in the new pointer part, please test.
no -M option, its always on with rdp5, always off with rdp4
I have to look at the licence thing.
2009-10-25 21:39:51 UTC by jsorg71
-
jsorg71 committed revision 1520 to the rdesktop SVN repository, changing 5 files.
2009-10-25 21:36:17 UTC by jsorg71