annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
943
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
1 # Config file for gFTP. Copyright (C) 1998-2007 Brian Masney
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2 # <masneyb@gftp.org>. Warning: Any comments that you add to this file WILL be
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 # overwritten. If a entry has a (*) in it's comment, you can't change it
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4 # inside gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
5
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
6 # The default program used to view files. If this is blank, the internal file
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 # viewer will be used
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 view_program=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
9
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 # The default program used to edit files.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 edit_program=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
13 # The maximum size of the log window in bytes for the GTK+ port
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
14 max_log_window_size=5000
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
15
218
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
16 # This is a comma separated list of charsets to try to convert the remote
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
17 # messages to the current locale
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
18 remote_charsets=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
19
614
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
20 # This is the value of LC_TIME for the remote site. This is so that dates can
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
21 # be parsed properly in the directory listings.
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
22 remote_lc_time=
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
23
222
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 219
diff changeset
24 # The number of seconds to keep cache entries before they expire.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 219
diff changeset
25 cache_ttl=3600
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 219
diff changeset
26
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
27 # Append new file transfers onto existing ones
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
28 append_transfers=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
29
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
30 # Do only one transfer at a time?
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
31 one_transfer=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
32
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
33 # Overwrite files by default or set to resume file transfers
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
34 overwrite_default=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
35
218
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
36 # Preserve file permissions of transfered files
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
37 preserve_permissions=1
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
38
614
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
39 # Preserve file times of transfered files
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
40 preserve_time=1
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
41
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
42 # Refresh the listbox after each file is transfered
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
43 refresh_files=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
44
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
45 # Put the directories first then the files
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
46 sort_dirs_first=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
47
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
48 # Show hidden files in the listboxes
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
49 show_hidden_files=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
50
430
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
51 # Show the file transfer status in the titlebar
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
52 show_trans_in_title=0
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
53
614
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
54 # Automatically start the file transfers when they get queued
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
55 start_transfers=1
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
56
430
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
57 # Allow entering manual commands in the GUI (functions like the text port)
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
58 cmd_in_gui=0
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
59
943
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
60 # Save the last local and remote directory when the application is closed
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
61 remember_last_directory=0
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
62
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
63 # Automatically connect to the remote server when the application is started.
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
64 connect_to_remote_on_startup=0
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
65
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
66 # The timeout waiting for network input/output. This is NOT an idle timeout.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
67 network_timeout=120
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
68
614
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
69 # The number of auto-retries to do. Set this to 0 to retry indefinitely
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
70 retries=3
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
71
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
72 # The number of seconds to wait between retries
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
73 sleep_time=30
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
74
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
75 # The maximum KB/s a file transfer can get. (Set to 0 to disable)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
76 maxkbs=0.00
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
77
614
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
78 # The block size that is used when transfering files. This should be a
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
79 # multiple of 1024.
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
80 trans_blksize=20480
04aff709924a 2004-11-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 430
diff changeset
81
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
82 # This specifies the default protocol to use
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
83 default_protocol=FTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
84
430
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
85 # Enable IPv6 support
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
86 enable_ipv6=1
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
87
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
88 # This defines what will happen when you double click a file in the file
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
89 # listboxes. 0=View file 1=Edit file 2=Transfer file
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
90 list_dblclk_action=2
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
91
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
92 # The default width of the local files listbox
943
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
93 listbox_local_width=339
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
94
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
95 # The default width of the remote files listbox
943
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
96 listbox_remote_width=339
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
97
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
98 # The default height of the local/remote files listboxes
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
99 listbox_file_height=265
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
101 # The default height of the transfer listbox
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
102 transfer_height=80
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
103
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
104 # The default height of the logging window
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
105 log_height=105
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
106
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
107 # The width of the filename column in the transfer window. Set this to 0 to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
108 # have this column automagically resize.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
109 file_trans_column=100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
110
943
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
111 host_value=
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
112
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
113 port_value=
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
114
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
115 user_value=
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
116
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
117 local_startup_directory=
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
118
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
119 remote_startup_directory=
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
120
218
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
121 # The default column to sort by
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
122 local_sortcol=file
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
123
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
124 # Sort ascending or descending
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
125 local_sortasds=ascending
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
126
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
127 # The default column to sort by
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
128 remote_sortcol=file
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
129
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
130 # Sort ascending or descending
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
131 remote_sortasds=ascending
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
132
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
133 # The width of the filename column in the file listboxes. Set this to 0 to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
134 # have this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
135 local_file_width=100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
136
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
137 # The width of the size column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
138 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
139 local_size_width=85
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
140
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
141 # The width of the user column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
142 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
143 local_user_width=75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
144
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
145 # The width of the group column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
146 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
147 local_group_width=76
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
148
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
149 # The width of the date column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
150 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
151 local_date_width=120
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
152
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
153 # The width of the attribs column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
154 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
155 local_attribs_width=75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
156
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
157 # The width of the filename column in the file listboxes. Set this to 0 to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
158 # have this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
159 remote_file_width=100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
160
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
161 # The width of the size column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
162 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
163 remote_size_width=85
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
164
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
165 # The width of the user column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
166 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
167 remote_user_width=75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
168
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
169 # The width of the group column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
170 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
171 remote_group_width=76
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
172
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
173 # The width of the date column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
174 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
175 remote_date_width=120
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
176
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
177 # The width of the attribs column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
178 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
179 remote_attribs_width=75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
180
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
181 # The color of the commands that are sent to the server
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
182 send_color=0:8600:0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
183
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
184 # The color of the commands that are received from the server
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
185 recv_color=0:0:ffff
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
186
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
187 # The color of the error messages
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
188 error_color=ffff:0:0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
189
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
190 # The color of the rest of the log messages
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
191 misc_color=a000:8d00:4600
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
192
218
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
193 # This is the password that will be used whenever you log into a remote FTP
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
194 # server as anonymous
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
195 email=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
196
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
197 # Firewall hostname
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
198 ftp_proxy_host=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
199
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
200 # Port to connect to on the firewall
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
201 ftp_proxy_port=21
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
202
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
203 # Your firewall username
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
204 ftp_proxy_username=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
205
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
206 # Your firewall password
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
207 ftp_proxy_password=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
208
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
209 # Your firewall account (optional)
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
210 ftp_proxy_account=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
211
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
212 # This specifies how your proxy server expects us to log in. You can specify a
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
213 # 2 character replacement string prefixed by a % that will be replaced with
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
214 # the proper data. The first character can be either p for proxy or h for the
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
215 # host of the FTP server. The second character can be u (user), p (pass), h
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
216 # (host), o (port) or a (account). For example, to specify the proxy user, you
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
217 # can you type in %pu
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
218 proxy_config=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
219
943
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
220 # If this is enabled, then the remote FTP server's PASV IP address field will
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
221 # be ignored and the host's IP address will be used instead. This is often
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
222 # needed for routers giving their internal rather then their external IP
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
223 # address in a PASV reply.
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
224 ignore_pasv_address=0
ca75331d0f82 2008-01-24 Brian Masney <masneyb@gftp.org>
masneyb
parents: 917
diff changeset
225
218
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
226 # If this is enabled, then the remote FTP server will open up a port for the
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
227 # data connection. If you are behind a firewall, you will need to enable this.
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
228 # Generally, it is a good idea to keep this enabled unless you are connecting
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
229 # to an older FTP server that doesn't support this. If this is disabled, then
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
230 # gFTP will open up a port on the client side and the remote server will
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
231 # attempt to connect to it.
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
232 passive_transfer=1
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
233
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
234 # The remote FTP server will attempt to resolve symlinks in the directory
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
235 # listings. Generally, this is a good idea to leave enabled. The only time you
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
236 # will want to disable this is if the remote FTP server doesn't support the -L
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
237 # option to LIST
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
238 resolve_symlinks=1
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
239
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
240 # If you are transfering a text file from Windows to UNIX box or vice versa,
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
241 # then you should enable this. Each system represents newlines differently for
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
242 # text files. If you are transfering from UNIX to UNIX, then it is safe to
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
243 # leave this off. If you are downloading binary data, you will want to disable
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
244 # this.
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
245 ascii_transfers=0
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
246
430
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
247 # SSL entropy file
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
248 entropy_source=/dev/urandom
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
249
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
250 # The maximum number of bytes to seed the SSL engine with
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
251 entropy_len=1024
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
252
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
253 # Verify SSL Peer
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
254 verify_ssl_peer=1
f2bf216a8091 2004-3-17 Brian Masney <masneyb@gftp.org>
masneyb
parents: 222
diff changeset
255
218
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
256 # Firewall hostname
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
257 http_proxy_host=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
258
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
259 # Port to connect to on the firewall
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
260 http_proxy_port=80
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
261
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
262 # Your firewall username
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
263 http_proxy_username=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
264
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
265 # Your firewall password
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
266 http_proxy_password=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
267
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
268 # Do you want to use HTTP/1.1 or HTTP/1.0
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
269 use_http11=1
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
270
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
271 # The path to the SSH executable
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
272 ssh_prog_name=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
273
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
274 # Extra parameters to pass to the SSH program
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
275 ssh_extra_params=
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
276
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
277 # Require a username/password for SSH connections
219
b9584a877daf 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 218
diff changeset
278 ssh_need_userpass=1
218
de6a2e8e51cb 2003-7-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 143
diff changeset
279
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
280 # This section specifies which hosts are on the local subnet and won't need to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
281 # go out the proxy server (if available). Syntax: dont_use_proxy=.domain or
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
282 # dont_use_proxy=network number/netmask
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
283
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
284 # ext=file extenstion:XPM file:Ascii or Binary (A or B):viewer program. Note:
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
285 # All arguments except the file extension are optional
2
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
286 ext=.pdf::B:xpdf
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
287 ext=.rpm:rpm.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
288 ext=.deb:deb.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
289 ext=.diff:diff.xpm: :
917
afea4eaec5f0 2007-4-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 614
diff changeset
290 ext=.htm:world.xpm:B:
afea4eaec5f0 2007-4-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 614
diff changeset
291 ext=.html:world.xpm:B:
2
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
292 ext=.xcf:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
293 ext=.psd:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
294 ext=.xpm:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
295 ext=.bmp:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
296 ext=.tif:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
297 ext=.tiff:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
298 ext=.png:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
299 ext=.jpg:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
300 ext=.mp3:sound.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
301 ext=.mid:sound.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
302 ext=.wav:sound.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
303 ext=.bz2:tar.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
304 ext=.gz:tar.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
305 ext=.1:man.xpm:B:xman
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
306 ext=.2:man.xpm:B:xman
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
307 ext=.3:man.xpm:B:xman
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
308 ext=.4:man.xpm:B:xman
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
309 ext=.5:man.xpm:B:xman
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
310 ext=.6:man.xpm:B:xman
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
311 ext=.7:man.xpm:B:xman
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
312 ext=.8:man.xpm:B:xman
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
313 ext=.tar:tar.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
314 ext=.tgz:tar.xpm:B: