annotate docs/sample.gftp/gftprc @ 2:a171df6764a7

* Fixed crash if you was already transfering a file, and you started another transfer, and if you hit cancel at the Overwrite/Resume/Skip dialog * When we connect to a remote server, don't change the hostname to the PTR record of the hostname * Put all of the ext= lines back in the default gftprc file * Dutch updates (from Myckel Habets <myckelhabets@netscape.net>) * Spanish updates (from Gustavo D. Vranjes <gvranjes@softhome.net>)
author masneyb
date Mon, 05 Aug 2002 20:00:02 +0000
parents 8b1883341c6f
children 100a4b310c60
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 # Config file for gFTP. Copyright (C) 1998-2002 Brian Masney
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 # Enter your email address here
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 email=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
9 # The default program used to view files. If this is blank, the internal file
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 # viewer will be used
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 view_program=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
13 # The default program used to edit files.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
14 edit_program=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
15
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
16 # The default directory gFTP will go to on startup
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
17 startup_directory=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
18
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
19 # The maximum size of the log window in bytes for the GTK+ port
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
20 max_log_window_size=5000
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
21
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
22 # Append new file transfers onto existing ones
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
23 append_transfers=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
24
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
25 # Do only one transfer at a time?
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
26 one_transfer=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
27
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
28 # Overwrite files by default or set to resume file transfers
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
29 overwrite_default=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
30
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
31 # Refresh the listbox after each file is transfered
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
32 refresh_files=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
33
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
34 # Put the directories first then the files
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
35 sort_dirs_first=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
36
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
37 # Automatically start the file transfers when they get queued?
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
38 start_transfers=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
39
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
40 # Show hidden files in the listboxes
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
41 show_hidden_files=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
42
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
43 # The timeout waiting for network input/output. This is NOT an idle timeout.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
44 network_timeout=120
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
45
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
46 # The number of auto-retries to do. Set this to 0 to retry indefinately
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
47 retries=3
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
48
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
49 # The number of seconds to wait between retries
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
50 sleep_time=30
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
51
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
52 # The maximum KB/s a file transfer can get. (Set to 0 to disable)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
53 maxkbs=0.00
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
54
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
55 # This specifies the default protocol to use
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
56 default_protocol=FTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
57
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
58 # Firewall hostname
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
59 firewall_host=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
60
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
61 # Port to connect to on the firewall
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
62 firewall_port=21
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
63
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
64 # Your firewall username
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
65 firewall_username=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
66
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
67 # Your firewall password
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
68 firewall_password=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
69
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
70 # Your firewall account (optional)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
71 firewall_account=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
72
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
73 # Send PASV command or PORT command for data transfers
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
74 passive_transfer=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
76 # If you disable this feature, then gFTP will only send LIST to the remote
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
77 # server instead of LIST -L
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
78 resolve_symlinks=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
79
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
80 # This specifies how your proxy server expects us to log in
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
81 proxy_config=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
82
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
83 # Firewall hostname
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
84 http_proxy_host=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
85
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
86 # Port to connect to on the firewall
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
87 http_proxy_port=80
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
88
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
89 # Your firewall username
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
90 http_proxy_username=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
91
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
92 # Your firewall password
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
93 http_proxy_password=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
94
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
95 # Do you want to use HTTP/1.1 or HTTP/1.0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
96 use_http11=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
97
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
98 # The path to the SSH executable
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
99 ssh_prog_name=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
101 # Extra parameters to pass to the SSH program
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
102 ssh_extra_params=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
103
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
104 # Default remote SSH sftpserv path
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
105 ssh1_sftp_path=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
106
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
107 # Default remote SSH2 sftp-server path
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
108 ssh2_sftp_path=
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
109
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
110 # Require a username/password for SSH connections
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
111 ssh_need_userpass=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
112
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
113 # Use the ssh-askpass utility to grab the users password
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
114 ssh_use_askpass=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
115
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
116 # Call ssh with the -s sftp flag. This is helpful because you won't have to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
117 # know the remote path to the remote sftp-server
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
118 sshv2_use_sftp_subsys=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
119
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
120 # Enable the old SSH protocol. You will need to download the sftp server from
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
121 # http:///www.xbill.org/sftp
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
122 enable_old_ssh=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
123
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
124 # This defines what will happen when you double click a file in the file
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
125 # listboxes. 0=View file 1=Edit file 2=Transfer file
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
126 list_dblclk_action=2
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
127
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
128 # (*) If this is set, and there is a ext= line below for the file extension,
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
129 # it will download the file as specified below
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
130 use_default_dl_types=1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
131
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
132 # The default width of the local files listbox
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
133 listbox_local_width=313
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
134
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
135 # The default width of the remote files listbox
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
136 listbox_remote_width=314
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
137
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
138 # The default height of the local/remote files listboxes
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
139 listbox_file_height=265
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
140
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
141 # The default height of the transfer listbox
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
142 transfer_height=80
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
143
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
144 # The default height of the logging window
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
145 log_height=105
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
146
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
147 # The width of the filename column in the transfer window. Set this to 0 to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
148 # have this column automagically resize.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
149 file_trans_column=100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
150
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
151 # The width of the filename column in the file listboxes. Set this to 0 to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
152 # have this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
153 local_file_width=100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
154
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
155 # The width of the size column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
156 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
157 local_size_width=85
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
158
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
159 # The width of the user column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
160 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
161 local_user_width=75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
162
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
163 # The width of the group column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
164 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
165 local_group_width=76
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
166
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
167 # The width of the date column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
168 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
169 local_date_width=120
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
170
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
171 # The width of the attribs column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
172 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
173 local_attribs_width=75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
174
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
175 # The width of the filename column in the file listboxes. Set this to 0 to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
176 # have this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
177 remote_file_width=100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
178
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
179 # The width of the size column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
180 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
181 remote_size_width=85
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
182
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
183 # The width of the user column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
184 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
185 remote_user_width=75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
186
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
187 # The width of the group column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
188 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
189 remote_group_width=76
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
190
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
191 # The width of the date column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
192 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
193 remote_date_width=120
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
194
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
195 # The width of the attribs column in the file listboxes. Set this to 0 to have
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
196 # this column automagically resize. Set this to -1 to disable this column
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
197 remote_attribs_width=75
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
198
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
199 # The color of the commands that are sent to the server
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
200 send_color=0:8600:0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
201
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
202 # The color of the commands that are received from the server
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
203 recv_color=0:0:ffff
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
204
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
205 # The color of the error messages
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
206 error_color=ffff:0:0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
207
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
208 # The color of the rest of the log messages
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
209 misc_color=a000:8d00:4600
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
210
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
211 # This section specifies which hosts are on the local subnet and won't need to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
212 # go out the proxy server (if available). Syntax: dont_use_proxy=.domain or
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
213 # dont_use_proxy=network number/netmask
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
214
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
215 # ext=file extenstion:XPM file:Ascii or Binary (A or B):viewer program. Note:
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
216 # 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
217 ext=.pdf::B:xpdf
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
218 ext=.rpm:rpm.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
219 ext=.deb:deb.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
220 ext=.diff:diff.xpm: :
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
221 ext=.htm:world.xpm:A:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
222 ext=.html:world.xpm:A:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
223 ext=.xcf:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
224 ext=.psd:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
225 ext=.xpm:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
226 ext=.bmp:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
227 ext=.tif:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
228 ext=.tiff:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
229 ext=.png:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
230 ext=.jpg:img.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
231 ext=.mp3:sound.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
232 ext=.mid:sound.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
233 ext=.wav:sound.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
234 ext=.bz2:tar.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
235 ext=.gz:tar.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
236 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
237 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
238 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
239 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
240 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
241 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
242 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
243 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
244 ext=.tar:tar.xpm:B:
a171df6764a7 * Fixed crash if you was already transfering a file, and you started another
masneyb
parents: 1
diff changeset
245 ext=.tgz:tar.xpm:B:
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
246
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
247 # This section contains the data that is in the history