After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

mapping remote drives to lokal and lokal drives to remote

Any features you would like to see in UltraVNC? Propose it here
Post Reply
OPERATOR
8
8
Posts: 11
Joined: 2004-05-05 11:08

mapping remote drives to lokal and lokal drives to remote

Post by OPERATOR »

Dear Programmer,

it will be very cool if vnc function like citrix or ms terminal server. There you can map the lokal drives on remote computer and/or remote drives on lokal computer.

kind reagds

Alex
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6950
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Alex,

Drive mapping on windows is to integrated in the security and would have no use on java and a future unix client.

Citrix has full MS support, it just gonna be to difficult to do for us.

Rudi
OPERATOR
8
8
Posts: 11
Joined: 2004-05-05 11:08

Post by OPERATOR »

Dear Rudi De Vos,

the idea behind is, to map the Drivers on Windows with letters and on unix you can map the drives in a vnc directory. For Example:
Drive for VNC:
H:
Directorys:
h:\pc\a
h:\pc\c
h:\pc\d
h:\pc2\c
and so on

on the unix side you have no drive letter but a directory with the same drives under it.

So you can use every prorgamm for filetransfer and you have the couise between you favorite application.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6950
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Unix mapping
That is what a smb client does on unix (invers samba).
Only the code for it is bigger then the vnc code. Drive mapping
is complex. It is not only the file, but also the acls that NT put on them.

You are correct that it would be a nice addon, but it is just
to difficult to implement.
Post Reply