Project

General

Profile

Dcc Options » History » Version 13

Per Amundsen, 06/24/2017 01:48 PM

1 1 Per Amundsen
{{>toc}}
2
3
h1. Dcc Options
4
5 3 Per Amundsen
"Direct Client to Client":https://en.wikipedia.org/wiki/Direct_Client-to-Client options.
6
7 11 Per Amundsen
_See also [[/dcc]]._
8
9 12 Per Amundsen
h1. Dcc Get
10
11 1 Per Amundsen
h2. Default download dir
12
13
The default download folder to use when receiving a file.
14
15 7 Per Amundsen
h2. Use fast get
16
17
if enabled, retrieves data as fast as possible without sending acknowledge packets, otherwise sends acknowledge packets after each read. (Slower but better compatibility with some clients/bots)
18
19 6 Mr. BS
h2. Show progress in taskbar
20
21
If enabled, AdiIRC will display progress bar in app icon in taskbar for dcc file transfers.
22 1 Per Amundsen
23 12 Per Amundsen
h1. Dcc Send
24 8 Per Amundsen
25 7 Per Amundsen
h2. Use fast send
26
27
if enabled, sends data as fast as possible without waiting for acknowledge packets, otherwise waits for acknowledge packets after each send. (Slower but better compatibility with some clients/bots)
28 1 Per Amundsen
29
h2. Portrange start
30
31
Start of the portrange to use for *sending* dcc files, this is not used for receiving files.
32
33
h2. Portrange end
34
35
End of the portrange to use for *sending* dcc files, this is not used for receiving files.
36
37
h2. Bind to adapter or IP address
38
39
If enabled, AdiIRC will try to bind to the chosen network adapter or IP address when *sending* dcc files, otherwise it will use ip address retrieved from the server.
40
41
h2. Prioritize IPv6
42
43
If "Bind to adapter or IP address" is enabled, AdiIRC will use the IPv6 address if found.
44
45 12 Per Amundsen
h1. Dcc Get Folders
46 1 Per Amundsen
47
List of folders to save dcc file transfers matched by file type/extensions.
48
49
[[Dcc_Get_Folders_Dialog|Dcc Get Folders Dialog]]
50
51
h2. Dcc Ignore Method
52
53
If set to *Disabled*, all incoming transfers are allowed.
54
55
If set to *Accept only*, only incoming transfers with file types matching the list will be allowed.
56
57
If set to *Ignore only*, only incoming transfers with file types *not* matching the list will be allowed.
58 12 Per Amundsen
59
h1. Auto accept
60
61
h2. Auto accept transfers
62
63
If enabled, AdiIRC will automatically accept dcc file transfers from any users. (Not recommended)
64
65
h2. Auto accept transfers only from host
66
67
If enabled, AdiIRC will automatically accept dcc file transfers from any users matching a host in the list. (Not recommended)
68
69
h2. If file exists
70
71
Action to take when receiving a dcc transfer file transfer and *Auto accept transfers* is enabled and the file already exists.
72
73 13 Per Amundsen
When set to *Ask*, you will be prompted what to do.
74
When set to *Resume*, it will automatically resume the transfer.
75
When set to *Overwrite*, the old file will be deleted and then start the transfer.
76
When set to *Cancel*, the transfer will be canceled/ignored.