Free Remote Access Tools For Windows and Mac Compared 152
Posted
by
timothy
from the wish-you-were-here-printing dept.
from the wish-you-were-here-printing dept.
snydeq writes "InfoWorld's Keith Schultz provides an in-depth comparison of seven free remote access tools for Windows, four of which offer compatibility with the Mac. 'As you read about each tool, you'll notice that I put a lot of emphasis on remote printing. I rely on remote access tools on a daily basis, and in most cases I need to be able to print to my remote PC. For someone that just wants to check their home/office email account or view documents from outside the office, all of the utilities here will work fine. But for those trying to get some serious work done, remote printing may be the deal breaker.' Many of the free tools under review offer paid or licensed versions for access to additional features."
SSH X forwarding for Mac/Windows (Score:4, Interesting)
Re:They're all free! (Score:5, Interesting)
UltraVNC - Single Click (Score:5, Interesting)
There is support for Mac Remote Desktop (Score:4, Interesting)
They talk about RDP for Mac, but they are only talking about the client. There is a
beta version of Mac Remote Desktop that allows an RDP client to connect to a Mac.
It is called Mac Remote Desktop (surprised?) There is some information about it at http://www.aquaconnect.net/mac-remote-desktop.php [aquaconnect.net]
Aqua Connect also has a version for Mac Server, called Aqua Connect Terminal Server. More information is at http://www.aquaconnect.net/ [aquaconnect.net]
My open source remote desktop code (Score:1, Interesting)
I have a free, open source remote desktop system for Windows XP and above. It is written in C++ using MFC and the MDI interface. It supports multiple sessions and the client supports multiple server connections. It is stable but light on the features. It is my hobby project. It would be great if some other coders could help me flesh out the features. If any windows programmer is interested, you can find the source code and executables on codeproject. Here is the link http://www.codeproject.com/KB/IP/remotecontrol.aspx [codeproject.com]