# HG changeset patch # User masneyb # Date 1201217360 0 # Node ID ca75331d0f821018855b964d991c831e55ca7539 # Parent 85cf59eafce2047edd51142c0ab3fa3c73da389d 2008-01-24 Brian Masney * docs/sample.gftp/gftprc - updated the config file to the current release diff -r 85cf59eafce2 -r ca75331d0f82 ChangeLog --- 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 + * 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/ diff -r 85cf59eafce2 -r ca75331d0f82 docs/sample.gftp/gftprc --- 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 # . 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