wok view gftp/stuff/gftp/gftprc @ rev 16644

portmidi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 20:31:51 2014 +0000 (2014-05-12)
parents
children
line source
1 # Config file for gFTP. Copyright (C) 1998-2003 Brian Masney
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
4 # inside gFTP
6 # The default program used to view files. If this is blank, the internal file
7 # viewer will be used
8 view_program=
10 # The default program used to edit files.
11 edit_program=
13 # The default directory gFTP will go to on startup
14 startup_directory=
16 # The maximum size of the log window in bytes for the GTK+ port
17 max_log_window_size=5000
19 # This is a comma separated list of charsets to try to convert the remote
20 # messages to the current locale
21 remote_charsets=
23 # This is the value of LC_TIME for the remote site. This is so that dates can
24 # be parsed properly in the directory listings.
25 remote_lc_time=
27 # The number of seconds to keep cache entries before they expire.
28 cache_ttl=3600
30 # Append new file transfers onto existing ones
31 append_transfers=1
33 # Do only one transfer at a time?
34 one_transfer=1
36 # Overwrite files by default or set to resume file transfers
37 overwrite_default=0
39 # Preserve file permissions of transfered files
40 preserve_permissions=1
42 # Preserve file times of transfered files
43 preserve_time=1
45 # Refresh the listbox after each file is transfered
46 refresh_files=0
48 # Put the directories first then the files
49 sort_dirs_first=1
51 # Show hidden files in the listboxes
52 show_hidden_files=1
54 # Show the file transfer status in the titlebar
55 show_trans_in_title=0
57 # Automatically start the file transfers when they get queued
58 start_transfers=1
60 # Allow entering manual commands in the GUI (functions like the text port)
61 cmd_in_gui=0
63 # The timeout waiting for network input/output. This is NOT an idle timeout.
64 network_timeout=120
66 # The number of auto-retries to do. Set this to 0 to retry indefinitely
67 retries=3
69 # The number of seconds to wait between retries
70 sleep_time=30
72 # The maximum KB/s a file transfer can get. (Set to 0 to disable)
73 maxkbs=0.00
75 # The block size that is used when transfering files. This should be a
76 # multiple of 1024.
77 trans_blksize=20480
79 # This specifies the default protocol to use
80 default_protocol=FTP
82 # Enable IPv6 support
83 enable_ipv6=1
85 # 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
87 list_dblclk_action=2
89 # The default width of the local files listbox
90 listbox_local_width=318
92 # The default width of the remote files listbox
93 listbox_remote_width=320
95 # The default height of the local/remote files listboxes
96 listbox_file_height=265
98 # The default height of the transfer listbox
99 transfer_height=80
101 # The default height of the logging window
102 log_height=105
104 # The width of the filename column in the transfer window. Set this to 0 to
105 # have this column automagically resize.
106 file_trans_column=100
108 # The default column to sort by
109 local_sortcol=file
111 # Sort ascending or descending
112 local_sortasds=ascending
114 # The default column to sort by
115 remote_sortcol=file
117 # Sort ascending or descending
118 remote_sortasds=ascending
120 # The width of the filename column in the file listboxes. Set this to 0 to
121 # have this column automagically resize. Set this to -1 to disable this column
122 local_file_width=100
124 # The width of the size column in the file listboxes. Set this to 0 to have
125 # this column automagically resize. Set this to -1 to disable this column
126 local_size_width=85
128 # The width of the user column in the file listboxes. Set this to 0 to have
129 # this column automagically resize. Set this to -1 to disable this column
130 local_user_width=75
132 # The width of the group column in the file listboxes. Set this to 0 to have
133 # this column automagically resize. Set this to -1 to disable this column
134 local_group_width=76
136 # The width of the date column in the file listboxes. Set this to 0 to have
137 # this column automagically resize. Set this to -1 to disable this column
138 local_date_width=120
140 # The width of the attribs column in the file listboxes. Set this to 0 to have
141 # this column automagically resize. Set this to -1 to disable this column
142 local_attribs_width=75
144 # The width of the filename column in the file listboxes. Set this to 0 to
145 # have this column automagically resize. Set this to -1 to disable this column
146 remote_file_width=100
148 # The width of the size column in the file listboxes. Set this to 0 to have
149 # this column automagically resize. Set this to -1 to disable this column
150 remote_size_width=85
152 # The width of the user column in the file listboxes. Set this to 0 to have
153 # this column automagically resize. Set this to -1 to disable this column
154 remote_user_width=75
156 # The width of the group column in the file listboxes. Set this to 0 to have
157 # this column automagically resize. Set this to -1 to disable this column
158 remote_group_width=76
160 # The width of the date column in the file listboxes. Set this to 0 to have
161 # this column automagically resize. Set this to -1 to disable this column
162 remote_date_width=120
164 # The width of the attribs column in the file listboxes. Set this to 0 to have
165 # this column automagically resize. Set this to -1 to disable this column
166 remote_attribs_width=75
168 # The color of the commands that are sent to the server
169 send_color=0:8600:0
171 # The color of the commands that are received from the server
172 recv_color=0:0:ffff
174 # The color of the error messages
175 error_color=ffff:0:0
177 # The color of the rest of the log messages
178 misc_color=a000:8d00:4600
180 # This is the password that will be used whenever you log into a remote FTP
181 # server as anonymous
182 email=
184 # Firewall hostname
185 ftp_proxy_host=
187 # Port to connect to on the firewall
188 ftp_proxy_port=21
190 # Your firewall username
191 ftp_proxy_username=
193 # Your firewall password
194 ftp_proxy_password=
196 # Your firewall account (optional)
197 ftp_proxy_account=
199 # This specifies how your proxy server expects us to log in. You can specify a
200 # 2 character replacement string prefixed by a % that will be replaced with
201 # 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
203 # (host), o (port) or a (account). For example, to specify the proxy user, you
204 # can you type in %pu
205 proxy_config=
207 # 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.
209 # 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
211 # gFTP will open up a port on the client side and the remote server will
212 # attempt to connect to it.
213 passive_transfer=1
215 # The remote FTP server will attempt to resolve symlinks in the directory
216 # listings. Generally, this is a good idea to leave enabled. The only time you
217 # will want to disable this is if the remote FTP server doesn't support the -L
218 # option to LIST
219 resolve_symlinks=1
221 # If you are transfering a text file from Windows to UNIX box or vice versa,
222 # then you should enable this. Each system represents newlines differently for
223 # text files. If you are transfering from UNIX to UNIX, then it is safe to
224 # leave this off. If you are downloading binary data, you will want to disable
225 # this.
226 ascii_transfers=0
228 # SSL entropy file
229 entropy_source=/dev/urandom
231 # The maximum number of bytes to seed the SSL engine with
232 entropy_len=1024
234 # Verify SSL Peer
235 verify_ssl_peer=1
237 # Firewall hostname
238 http_proxy_host=
240 # Port to connect to on the firewall
241 http_proxy_port=80
243 # Your firewall username
244 http_proxy_username=
246 # Your firewall password
247 http_proxy_password=
249 # Do you want to use HTTP/1.1 or HTTP/1.0
250 use_http11=1
252 # The path to the SSH executable
253 ssh_prog_name=
255 # Extra parameters to pass to the SSH program
256 ssh_extra_params=
258 # Require a username/password for SSH connections
259 ssh_need_userpass=1
261 # This section specifies which hosts are on the local subnet and won't need to
262 # go out the proxy server (if available). Syntax: dont_use_proxy=.domain or
263 # dont_use_proxy=network number/netmask
265 # ext=file extenstion:XPM file:Ascii or Binary (A or B):viewer program. Note:
266 # All arguments except the file extension are optional
267 ext=.pdf::B:xpdf
268 ext=.rpm:rpm.xpm:B:
269 ext=.deb:deb.xpm:B:
270 ext=.diff:diff.xpm: :
271 ext=.htm:world.xpm:A:
272 ext=.html:world.xpm:A:
273 ext=.xcf:img.xpm:B:
274 ext=.psd:img.xpm:B:
275 ext=.xpm:img.xpm:B:
276 ext=.bmp:img.xpm:B:
277 ext=.tif:img.xpm:B:
278 ext=.tiff:img.xpm:B:
279 ext=.png:img.xpm:B:
280 ext=.jpg:img.xpm:B:
281 ext=.mp3:sound.xpm:B:
282 ext=.mid:sound.xpm:B:
283 ext=.wav:sound.xpm:B:
284 ext=.bz2:tar.xpm:B:
285 ext=.gz:tar.xpm:B:
286 ext=.1:man.xpm:B:xman
287 ext=.2:man.xpm:B:xman
288 ext=.3:man.xpm:B:xman
289 ext=.4:man.xpm:B:xman
290 ext=.5:man.xpm:B:xman
291 ext=.6:man.xpm:B:xman
292 ext=.7:man.xpm:B:xman
293 ext=.8:man.xpm:B:xman
294 ext=.tar:tar.xpm:B:
295 ext=.tgz:tar.xpm:B: