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.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
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

Search found 4 matches

by TSeiber
2010-07-20 14:05
Forum: Olders
Topic: File Transfer WriteExact: Socket Error While Writing
Replies: 4
Views: 8533

Re: File Transfer WriteExact: Socket Error While Writing

Maybe the FileTransferTimeout setting is actually seconds instead of milliseconds?

From vncclient.cpp



case rfbFileChecksums:
m_socket->SetSendTimeout(m_server->GetFTTimeout()*1000);
connected = m_client->ReceiveDestinationFileChecksums(Swap32IfLE(msg.ft.size), Swap32IfLE(msg.ft.length ...
by TSeiber
2010-07-19 22:01
Forum: Olders
Topic: File Transfer WriteExact: Socket Error While Writing
Replies: 4
Views: 8533

Re: File Transfer WriteExact: Socket Error While Writing

After looking through the source, it looks like the timeout setting in ultravnc.ini is the "FileTransferTimeout" which defaults to 30. I'm guessing that is milliseconds and that it is capped ad 60ms. Which might be the source of the problem given that VSAT networks typically have from 500ms to 1 ...
by TSeiber
2010-07-15 14:18
Forum: Olders
Topic: File Transfer WriteExact: Socket Error While Writing
Replies: 4
Views: 8533

Re: File Transfer WriteExact: Socket Error While Writing

After reviewing release notes etc. I'm wondering if the tcp timeout logic that was implemented to avoid a endless loop during file transfer (I'm thinking around v 1.0.5 something) has the timeout set a little to low. I haven't found where/if that setting is configurable or not. I would like to ...
by TSeiber
2010-07-13 15:58
Forum: Olders
Topic: File Transfer WriteExact: Socket Error While Writing
Replies: 4
Views: 8533

File Transfer WriteExact: Socket Error While Writing

After upgrading to uvnc 1.0.8.2 we are seeing many cases when we can't tranfer files from the server pc back to the viewer. When we start the file transfer it transfers a few packets then locks up. Eventually the File Transfer screen closes and displays the "WriteExact: Socket Error While Writing ...