dorianj / CoRD

CoRD is a Mac OS X remote desktop client for Microsoft Windows computers using the RDP protocol. It's easy to use, fast, and free for anyone to use or modify.
http://cord.sourceforge.net/
346 stars 135 forks source link

File sharing does not work with Windows 2012 Server #40

Open israelBelV opened 11 years ago

israelBelV commented 11 years ago

Hello, I am trying to share folders with Windows 2012 Server. I have configured the forwarding preference with "Only forward these disk paths:" checked, also I have some path added.

With all this, the folders does not appear in computer folder.

Regards.

dinvlad commented 11 years ago

Same here. Native rdesktop client seems to have this problem too.

dinvlad commented 11 years ago

UPDATE: Turns out that this is an expected behavior with the new version of the [MS-RDPEFS] extension. From http://msdn.microsoft.com/en-us/library/cc669276.aspx:

"<1> Section 2.1: In Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows 8.1, and Windows Server 2012 R2, the client MUST advertise the static virtual channel named "RDPSND", as defined in [MS-RDPEA]. If that channel is not advertised, the server will not issue any communication on the "RDPDR" channel."

(Originally found on http://social.msdn.microsoft.com/Forums/en-US/75024a3d-458f-4ed9-b55d-7852d0113bd7/rdpbcgrpdf-2-minors-problems-with-server-2012)

dorianj commented 11 years ago

So we have to have sound forwarding to get disk support? Lame.

peelman commented 11 years ago

I read it as we have it announce sound forwarding. Whether or not it actually exists is something else. :). Either way that's probably too deep in the rdesktop nightmare for me to tackle.

On Sep 2, 2013, at 15:22, Dorian Johnson notifications@github.com wrote:

So we have to have sound forwarding to get disk support? Lame.

— Reply to this email directly or view it on GitHub.

dinvlad commented 11 years ago

Nope :) screen shot 2013-09-02 at 7 14 09 pm screen shot 2013-09-02 at 7 21 39 pm I delved into rdesktop and now it seems to work! Committing soon.

dinvlad commented 11 years ago

Fixed in be94c5c

dinvlad commented 11 years ago

Had to disable output audio stream to fix crash on some servers when allowed to leave audio on: 7d922f4

erm3nda commented 8 years ago

I can't see shared drives too, tsclient does display but "Shared" folder don't work. My rdesktop is 1.8.2. I see your fix code, but i don't know how to apply it. What do i have to donwload or update to get that fix? Thanks.