Hello,
I use this software a lot on an internal 100mbit network and the File Transfer Compression method used to me just causes trouble. I know you guys disabled redundant compression of such as zip files, but i like to see this taken a step futher. Just give us the option to do this or not. Cause I like to transfer Folders a lot and they get compressed no matter what under any situation. And when transfering large folders, this either takes a long time in the compression method or outright failes when my source machine doesn't have enough space to compress this data. <1gb.
Mark
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- 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
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
- 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
File Transfer - add option for no file compression
I agree! Add option to disable file transfer compression
I was looking through the forums to see if there was any reference to disabling file compression and saw this request... so if it doesn't exist, I vote to add it also for the exact same reasons as previous poster.
large file transfer problem
ultr@vnc and SC - Great work!
I think '|' and 'rsh' at unix command are also good idea for Windows App
for solving large files transfer problem. Here is a sample shell at unix;
#tar cf - src_dir | rsh dst_host 'tar xvf -"
or 'gzip --fast' insted of tar.
2005.5.5 tacc <tacc2000@yahoo.co.jp>
I think '|' and 'rsh' at unix command are also good idea for Windows App
for solving large files transfer problem. Here is a sample shell at unix;
#tar cf - src_dir | rsh dst_host 'tar xvf -"
or 'gzip --fast' insted of tar.
2005.5.5 tacc <tacc2000@yahoo.co.jp>