Revision: 21604
http://jedit.svn.sourceforge.net/jedit/?rev=21604&view=rev
Author: jarekczek
Date: 2012-04-24 14:53:04 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
Added troubleshooting section to docs, to mention workaround for bug #3491410.
Modified Paths:
--------------
plugins/FTP/trunk/users-guide.xml
Modified: plugins/FTP/trunk/users-guide.xml
===================================================================
--- plugins/FTP/trunk/users-guide.xml 2012-04-24 14:36:14 UTC (rev 21603)
+++ plugins/FTP/trunk/users-guide.xml 2012-04-24 14:53:04 UTC (rev 21604)
@@ -161,6 +161,19 @@
</chapter>
+<chapter id="troubleshooting"><title>Troubleshooting</title>
+
+<itemizedlist>
+<listitem><para>Problems were reported on connecting to ftp servers
+from Windows 7. Probably there is a bug in Windows firewall.
+There are workarounds for that, see our bug tracker entry #3491410,
+<ulink url="https://sourceforge.net/tracker/index.php?func=detail&aid=3491410&group_id=588&atid=565475" />
+</para></listitem>
+
+</itemizedlist>
+
+</chapter>
+
<appendix id="changes"><title>Change log</title>
<itemizedlist>
@@ -172,7 +185,11 @@
</para>
<itemizedlist>
<listitem><para>Re-ask for connection details if no key-file exists</para></listitem>
- <listitem><para>Fixed problem with authentication on some sFTP servers (promptKeyboardInteractive method impelented) </para></listitem>
+ <listitem><para>Fixed problem with authentication on some sFTP servers
+ (promptKeyboardInteractive method impelented) </para></listitem>
+ <listitem><para>Added troubleshooting section in user's guide, to
+ point to possible workaround for the Windows 7 firewall bug.
+ </para></listitem>
</itemizedlist>
</listitem>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|