changeset 943:ca75331d0f82

2008-01-24 Brian Masney <masneyb@gftp.org> * docs/sample.gftp/gftprc - updated the config file to the current release
author masneyb
date Thu, 24 Jan 2008 23:29:20 +0000
parents 85cf59eafce2
children 5b681cba67b2
files ChangeLog docs/sample.gftp/gftprc
diffstat 2 files changed, 28 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 24 23:28:30 2008 +0000
+++ b/ChangeLog	Thu Jan 24 23:29:20 2008 +0000
@@ -1,4 +1,7 @@
 2008-01-24 Brian Masney <masneyb@gftp.org>
+	* docs/sample.gftp/gftprc - updated the config file to the current
+	release
+
 	* lib/config_file.c lib/sshv2.c lib/sslcommon.c lib/rfc2068.c -
 	s/g_malloc/g_malloc0/
 	
--- a/docs/sample.gftp/gftprc	Thu Jan 24 23:28:30 2008 +0000
+++ b/docs/sample.gftp/gftprc	Thu Jan 24 23:29:20 2008 +0000
@@ -1,4 +1,4 @@
-# Config file for gFTP. Copyright (C) 1998-2003 Brian Masney
+# Config file for gFTP. Copyright (C) 1998-2007 Brian Masney
 # <masneyb@gftp.org>. Warning: Any comments that you add to this file WILL be
 # overwritten. If a entry has a (*) in it's comment, you can't change it
 # inside gFTP
@@ -10,9 +10,6 @@
 # The default program used to edit files.
 edit_program=
 
-# The default directory gFTP will go to on startup
-startup_directory=
-
 # The maximum size of the log window in bytes for the GTK+ port
 max_log_window_size=5000
 
@@ -60,6 +57,12 @@
 # Allow entering manual commands in the GUI (functions like the text port)
 cmd_in_gui=0
 
+# Save the last local and remote directory when the application is closed
+remember_last_directory=0
+
+# Automatically connect to the remote server when the application is started.
+connect_to_remote_on_startup=0
+
 # The timeout waiting for network input/output. This is NOT an idle timeout.
 network_timeout=120
 
@@ -87,10 +90,10 @@
 list_dblclk_action=2
 
 # The default width of the local files listbox
-listbox_local_width=318
+listbox_local_width=339
 
 # The default width of the remote files listbox
-listbox_remote_width=320
+listbox_remote_width=339
 
 # The default height of the local/remote files listboxes
 listbox_file_height=265
@@ -105,6 +108,16 @@
 # have this column automagically resize.
 file_trans_column=100
 
+host_value=
+
+port_value=
+
+user_value=
+
+local_startup_directory=
+
+remote_startup_directory=
+
 # The default column to sort by
 local_sortcol=file
 
@@ -204,6 +217,12 @@
 # can you type in %pu
 proxy_config=
 
+# If this is enabled, then the remote FTP server's PASV IP address field will
+# be ignored and the host's IP address will be used instead. This is often
+# needed for routers giving their internal rather then their external IP
+# address in a PASV reply.
+ignore_pasv_address=0
+
 # If this is enabled, then the remote FTP server will open up a port for the
 # data connection. If you are behind a firewall, you will need to enable this.
 # Generally, it is a good idea to keep this enabled unless you are connecting