comparison docs/sample.gftp/gftprc @ 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 afea4eaec5f0
children
comparison
equal deleted inserted replaced
942:85cf59eafce2 943:ca75331d0f82
1 # Config file for gFTP. Copyright (C) 1998-2003 Brian Masney 1 # Config file for gFTP. Copyright (C) 1998-2007 Brian Masney
2 # <masneyb@gftp.org>. Warning: Any comments that you add to this file WILL be 2 # <masneyb@gftp.org>. Warning: Any comments that you add to this file WILL be
3 # overwritten. If a entry has a (*) in it's comment, you can't change it 3 # overwritten. If a entry has a (*) in it's comment, you can't change it
4 # inside gFTP 4 # inside gFTP
5 5
6 # The default program used to view files. If this is blank, the internal file 6 # The default program used to view files. If this is blank, the internal file
8 view_program= 8 view_program=
9 9
10 # The default program used to edit files. 10 # The default program used to edit files.
11 edit_program= 11 edit_program=
12 12
13 # The default directory gFTP will go to on startup
14 startup_directory=
15
16 # The maximum size of the log window in bytes for the GTK+ port 13 # The maximum size of the log window in bytes for the GTK+ port
17 max_log_window_size=5000 14 max_log_window_size=5000
18 15
19 # This is a comma separated list of charsets to try to convert the remote 16 # This is a comma separated list of charsets to try to convert the remote
20 # messages to the current locale 17 # messages to the current locale
58 start_transfers=1 55 start_transfers=1
59 56
60 # Allow entering manual commands in the GUI (functions like the text port) 57 # Allow entering manual commands in the GUI (functions like the text port)
61 cmd_in_gui=0 58 cmd_in_gui=0
62 59
60 # Save the last local and remote directory when the application is closed
61 remember_last_directory=0
62
63 # Automatically connect to the remote server when the application is started.
64 connect_to_remote_on_startup=0
65
63 # The timeout waiting for network input/output. This is NOT an idle timeout. 66 # The timeout waiting for network input/output. This is NOT an idle timeout.
64 network_timeout=120 67 network_timeout=120
65 68
66 # The number of auto-retries to do. Set this to 0 to retry indefinitely 69 # The number of auto-retries to do. Set this to 0 to retry indefinitely
67 retries=3 70 retries=3
85 # This defines what will happen when you double click a file in the file 88 # This defines what will happen when you double click a file in the file
86 # listboxes. 0=View file 1=Edit file 2=Transfer file 89 # listboxes. 0=View file 1=Edit file 2=Transfer file
87 list_dblclk_action=2 90 list_dblclk_action=2
88 91
89 # The default width of the local files listbox 92 # The default width of the local files listbox
90 listbox_local_width=318 93 listbox_local_width=339
91 94
92 # The default width of the remote files listbox 95 # The default width of the remote files listbox
93 listbox_remote_width=320 96 listbox_remote_width=339
94 97
95 # The default height of the local/remote files listboxes 98 # The default height of the local/remote files listboxes
96 listbox_file_height=265 99 listbox_file_height=265
97 100
98 # The default height of the transfer listbox 101 # The default height of the transfer listbox
102 log_height=105 105 log_height=105
103 106
104 # The width of the filename column in the transfer window. Set this to 0 to 107 # The width of the filename column in the transfer window. Set this to 0 to
105 # have this column automagically resize. 108 # have this column automagically resize.
106 file_trans_column=100 109 file_trans_column=100
110
111 host_value=
112
113 port_value=
114
115 user_value=
116
117 local_startup_directory=
118
119 remote_startup_directory=
107 120
108 # The default column to sort by 121 # The default column to sort by
109 local_sortcol=file 122 local_sortcol=file
110 123
111 # Sort ascending or descending 124 # Sort ascending or descending
201 # the proper data. The first character can be either p for proxy or h for the 214 # the proper data. The first character can be either p for proxy or h for the
202 # host of the FTP server. The second character can be u (user), p (pass), h 215 # host of the FTP server. The second character can be u (user), p (pass), h
203 # (host), o (port) or a (account). For example, to specify the proxy user, you 216 # (host), o (port) or a (account). For example, to specify the proxy user, you
204 # can you type in %pu 217 # can you type in %pu
205 proxy_config= 218 proxy_config=
219
220 # If this is enabled, then the remote FTP server's PASV IP address field will
221 # be ignored and the host's IP address will be used instead. This is often
222 # needed for routers giving their internal rather then their external IP
223 # address in a PASV reply.
224 ignore_pasv_address=0
206 225
207 # If this is enabled, then the remote FTP server will open up a port for the 226 # If this is enabled, then the remote FTP server will open up a port for the
208 # data connection. If you are behind a firewall, you will need to enable this. 227 # data connection. If you are behind a firewall, you will need to enable this.
209 # Generally, it is a good idea to keep this enabled unless you are connecting 228 # Generally, it is a good idea to keep this enabled unless you are connecting
210 # to an older FTP server that doesn't support this. If this is disabled, then 229 # to an older FTP server that doesn't support this. If this is disabled, then