Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

File Transfer - functionality requests

Any features you would like to see in UltraVNC? Propose it here
Post Reply
Terriff
20
20
Posts: 51
Joined: 2005-01-28 19:28

File Transfer - functionality requests

Post by Terriff »

I'm sure I'm duplicating a few, but I have many:
  • Native icon support (show the same icon as in Windows Explorer)
  • Address bar for file windows (easier to paste in a path than navigate tree)
  • Drag & Drop (from Windows Explorer to file transfer window or between file transfer lists)
  • File progress / Operation progress (separate progress bar for total operation and each sub-operation)
  • Make window sizable
  • Minimize, Maximize / Restore, Close system buttons (instead of form buttons)
  • Log window (info on current transfers: date/time, size, etc.)
  • Right-click context menu support (for items in the list)
  • List view display options (icons, list, details, etc.)
Basically, it would be great if the file lists were Windows Explorer windows :)

Thanks.
Last edited by Terriff on 2005-08-07 20:21, edited 1 time in total.
UltraSam
Admin & Developer
Admin & Developer
Posts: 462
Joined: 2004-04-26 20:55
Contact:

Post by UltraSam »

Oh boy, we need more developpers :mrgreen:


I'm already aware of the following:

- Column sorting
- Recursive directory transfer (no more zip)
- Recursive directory deletion
- Resume option well explained ("Resume' button)
UltraSam
sbostedor
100
100
Posts: 273
Joined: 2005-02-02 19:30
Location: Jackson, MI, USA
Contact:

Post by sbostedor »

Sounds like a built in FTP server and client! That's a pretty major change from the VNC code base.

Does this all need to take place over a single port? Can some of this additional functionality be done by writing another client that runs as an UltraVNC helper service and listens on a completely different port?

If you did it that way, you wouldn't have to modify the original VNC code base too much to get this type of additional functionality. You could make the two services talk to each other but nothing more.

That may open the door to all kinds of cool functions that people are asking for without deviating from the VNC standard code base too much and without adversely affecting the performance of the VNC screen updates.

Either way, this is a good deal of work ... just a suggestion. :)
Steve Bostedor
http://www.vncscan.com
Super Simple UltraVNC Management
Terriff
20
20
Posts: 51
Joined: 2005-01-28 19:28

Post by Terriff »

I've been thinking about the FTP comment...

What about implementing an optional FileZilla (or the like) server running along-side UltraVNC server?

I haven't thought of the logistics, but if you could lock down the FTP server access to only allow during VNC session, this would allow any FTP client to do file transfers through VNC.

You could include the default file transfer functionality through the viewer as-is, but allow other FTP clients to "connect" through the VNC session...

It would save development work for file transfer server and client.

Just a thought. :)
Post Reply