diff docs/sample.gftp/gftprc @ 430:f2bf216a8091

2004-3-17 Brian Masney <masneyb@gftp.org> * docs/gftp-faq.sgml - added SSL Issues section * docs/sample.gftp/gftprc - updated config file that has all of the new options added since 2.0.16 * lib/options.h - disable show_trans_in_title by default
author masneyb
date Wed, 17 Mar 2004 13:44:43 +0000
parents 007145d7d975
children 04aff709924a
line wrap: on
line diff
--- a/docs/sample.gftp/gftprc	Wed Mar 17 13:03:25 2004 +0000
+++ b/docs/sample.gftp/gftprc	Wed Mar 17 13:44:43 2004 +0000
@@ -44,6 +44,12 @@
 # Show hidden files in the listboxes
 show_hidden_files=1
 
+# Show the file transfer status in the titlebar
+show_trans_in_title=0
+
+# Allow entering manual commands in the GUI (functions like the text port)
+cmd_in_gui=0
+
 # The timeout waiting for network input/output. This is NOT an idle timeout.
 network_timeout=120
 
@@ -59,6 +65,9 @@
 # This specifies the default protocol to use
 default_protocol=FTP
 
+# Enable IPv6 support
+enable_ipv6=1
+
 # This defines what will happen when you double click a file in the file
 # listboxes. 0=View file 1=Edit file 2=Transfer file
 list_dblclk_action=2
@@ -202,6 +211,15 @@
 # this.
 ascii_transfers=0
 
+# SSL entropy file
+entropy_source=/dev/urandom
+
+# The maximum number of bytes to seed the SSL engine with
+entropy_len=1024
+
+# Verify SSL Peer
+verify_ssl_peer=1
+
 # Firewall hostname
 http_proxy_host=
 
@@ -217,12 +235,6 @@
 # Do you want to use HTTP/1.1 or HTTP/1.0
 use_http11=1
 
-# SSL entropy file
-entropy_source=/dev/urandom
-
-# The maximum number of bytes to seed the SSL engine with
-entropy_len=1024
-
 # The path to the SSH executable
 ssh_prog_name=