changeset 614:04aff709924a

2004-11-4 Brian Masney <masneyb@gftp.org> * docs/sample.gftp/gftprc - updated the default config file
author masneyb
date Fri, 05 Nov 2004 02:35:31 +0000
parents 45a015044483
children 7b9779d175b6
files ChangeLog docs/sample.gftp/gftprc
diffstat 2 files changed, 18 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 05 02:11:59 2004 +0000
+++ b/ChangeLog	Fri Nov 05 02:35:31 2004 +0000
@@ -1,4 +1,6 @@
 2004-11-4 Brian Masney <masneyb@gftp.org>
+	* docs/sample.gftp/gftprc - updated the default config file
+
 	* src/gtk/bookmarks.c (entry_apply_changes) - more cleanups to this
 	function. Fixes for renaming bookmark entries
 
@@ -3029,7 +3031,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.361 2004/11/05 02:11:58 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.362 2004/11/05 02:35:31 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/docs/sample.gftp/gftprc	Fri Nov 05 02:11:59 2004 +0000
+++ b/docs/sample.gftp/gftprc	Fri Nov 05 02:35:31 2004 +0000
@@ -20,6 +20,10 @@
 # messages to the current locale
 remote_charsets=
 
+# This is the value of LC_TIME for the remote site. This is so that dates can
+# be parsed properly in the directory listings.
+remote_lc_time=
+
 # The number of seconds to keep cache entries before they expire.
 cache_ttl=3600
 
@@ -35,6 +39,9 @@
 # Preserve file permissions of transfered files
 preserve_permissions=1
 
+# Preserve file times of transfered files
+preserve_time=1
+
 # Refresh the listbox after each file is transfered
 refresh_files=0
 
@@ -47,13 +54,16 @@
 # Show the file transfer status in the titlebar
 show_trans_in_title=0
 
+# Automatically start the file transfers when they get queued
+start_transfers=1
+
 # 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
 
-# The number of auto-retries to do. Set this to 0 to retry indefinately
+# The number of auto-retries to do. Set this to 0 to retry indefinitely
 retries=3
 
 # The number of seconds to wait between retries
@@ -62,6 +72,10 @@
 # The maximum KB/s a file transfer can get. (Set to 0 to disable)
 maxkbs=0.00
 
+# The block size that is used when transfering files. This should be a
+# multiple of 1024.
+trans_blksize=20480
+
 # This specifies the default protocol to use
 default_protocol=FTP
 
@@ -241,19 +255,9 @@
 # Extra parameters to pass to the SSH program
 ssh_extra_params=
 
-# Default remote SSH2 sftp-server path
-ssh2_sftp_path=
-
 # Require a username/password for SSH connections
 ssh_need_userpass=1
 
-# Use the ssh-askpass utility to supply the remote password
-ssh_use_askpass=0
-
-# Call ssh with the -s sftp flag. This is helpful because you won't have to
-# know the remote path to the remote sftp-server
-sshv2_use_sftp_subsys=0
-
 # This section specifies which hosts are on the local subnet and won't need to
 # go out the proxy server (if available). Syntax: dont_use_proxy=.domain or
 # dont_use_proxy=network number/netmask