Dcc Options » History » Revision 19
Revision 18 (Per Amundsen, 08/01/2019 06:13 PM) → Revision 19/23 (Per Amundsen, 08/01/2019 06:26 PM)
{{>toc}}
h1. Dcc Options
"Direct Client to Client":https://en.wikipedia.org/wiki/Direct_Client-to-Client options.
_See also [[/dcc]]._
h1. Dcc Get
h2. Default download dir
The default download folder to use when receiving a file.
h2. Use fast get
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)
h2. Show progress in taskbar
If enabled, AdiIRC will display progress bar in app icon in Taskbar for dcc file transfers.
h2. Buffer
The number of bytes to buffer when reading from the socket. (4096 is most compatible)
h1. Dcc Send
h2. Use fast send
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)
h2. Portrange start
Start of the portrange to use for *sending* dcc files, this is not used for receiving files.
h2. Portrange end
End of the portrange to use for *sending* dcc files, this is not used for receiving files.
h2. Bind to adapter or IP address
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.
h2. Prioritize IPv6
If "Bind to adapter or IP address" is enabled, AdiIRC will use the IPv6 address if found.
h1. Dcc Get Folders
List of folders to save dcc file transfers matched by file type/extensions.
[[Dcc_Get_Folders_Dialog|Dcc Get Folders Dialog]]
h2. Dcc Ignore Method
If set to *Disabled*, all incoming transfers are allowed.
If set to *Accept only*, only incoming transfers with file types matching the list will be allowed.
If set to *Ignore only*, only incoming transfers with file types *not* matching the list will be allowed.
h1. Ignore all transfers
If enabled, all SEND/SSEND requests will be ignored.
h1. Auto accept
h2. Auto accept transfers
If enabled, AdiIRC will automatically accept dcc file transfers from any users. (Not recommended)
h2. Auto accept transfers only from host
If enabled, AdiIRC will automatically accept dcc file transfers from any users matching a host in the list. (Not recommended)
_Syntax for matching a host name is nick!ident@host, [[Scripting_Wildcards|wildcards]] can be used._
_The host name can be prefixed with *network:* to only match on a specific network, network name can be retrieved from [[$network]]._
h2. If file exists
Action to take when receiving a dcc transfer file transfer and *Auto accept transfers* is enabled and the file already exists.
When set to *Ask*, you will be prompted what to do.
When set to *Resume*, it will automatically resume the transfer.
When set to *Overwrite*, the old file will be deleted and then start the transfer.
When set to *Cancel*, the transfer will be canceled/ignored.
h2. Ignore all chats
If enabled, all dcc chats will be ignored.
h2. Auto accept chats
If enabled, all dcc chats will be automatically accepted.