Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

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

Bug - FT to root on Vista and win7

Post Reply
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Bug - FT to root on Vista and win7

Post by pgmoney »

The problem is trying to write the !UVNCDIR- file to the root of the drive. Vista/7 allows creating folders without elevation but not writing files.

The solution is to redirect incoming zip folders to temp then extract them to the target.

Right now for testing I have it redirecting everything to temp, including files and zip folders then it automatically moves the files and folders to the destination. It isn't a very efficient way to do things but it's working ok as a proof of concept.

I'm not sure when I'll have time to finish up the code, probably sometime in September so I figured I'd post what I have found in case anyone wonders why file folder transfers to the root of c: drive on Vista and Win 7 don't work.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Bug - FT to root on Vista and win7

Post by redge »

nice you found the blocking issue of FT folder.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply