Changes between Version 29 and Version 30 of help/en/howto/connection
- Timestamp:
- Dec 1, 2010 8:32:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/connection
v29 v30 85 85 === I get an error {{{IO Error: Read Timed Out}}} === 86 86 When attempting to open a connection, there is either a firewall blocking requests, or no server is listening at the given address and port. If you get this error while already connected to the server, the network connection to the server is too slow or has a too high latency. You can try to increase the connection timout in ''Preferences → Connection → Timeouts''. 87 88 == Preferences == 89 90 === Connection → Text Encoding === 91 The text encoding selected is used to decode the filenames in a directory listing sent by the server. It is important this matches the text encoding used by the server to encode the characters as otherwise characters not in the ASCII range (such as German Umlaute) are not displayed correctly. `UTF-8` (the default), `ISO-8859-1` and `Windows-1252` are the most common. You can also change the text encoding per browser using ''View → Text Encoding''. 92 93