2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:dcc@
|
|
|
|
|
2000-08-13 11:24:23 -04:00
|
|
|
/DCC LIST
|
|
|
|
- Shows all the open DCC connections.
|
2001-01-17 21:30:59 -05:00
|
|
|
/DCC RESUME [<nick> [<file>]]
|
2000-08-13 11:24:23 -04:00
|
|
|
- Resumes a DCC SEND/GET connection.
|
2004-03-23 17:06:41 -05:00
|
|
|
/DCC CHAT [-passive] [<nick>]
|
2000-07-26 13:52:19 -04:00
|
|
|
- Sends a chat connection request to remote client or accepts
|
2000-08-13 11:24:23 -04:00
|
|
|
a chat connection if the remote end has already sent a request.
|
2004-03-23 17:06:41 -05:00
|
|
|
If -passive is used then the passive DCC protocol is used (as mIRC
|
|
|
|
can do). This is useful to bypass a NAT/firewall which limit your
|
|
|
|
possibility in listening for remote connections.
|
2001-01-17 21:30:59 -05:00
|
|
|
/DCC GET [<nick> [<file>]]
|
2000-07-26 13:52:19 -04:00
|
|
|
- Gets the file offered by remote client. The file is downloaded and
|
|
|
|
saved into the current working directory.
|
2004-03-23 17:06:41 -05:00
|
|
|
/DCC SEND [-passive] [-append | -prepend | -flush | -rmtail | -rmhead]
|
2002-11-11 01:35:12 -05:00
|
|
|
<nick> <file> [<file> ...]
|
2000-07-26 13:52:19 -04:00
|
|
|
- Sends a DCC SEND request to remote client. Remote end has to accept
|
2002-11-11 01:35:12 -05:00
|
|
|
the request before the transmission can be started. Giving multiple files
|
|
|
|
queues them. File names may contain shell expansion characters: * ? [] ~
|
2002-11-21 13:34:54 -05:00
|
|
|
(~ expansion may not be supported on all platforms). Files with spaces
|
2004-03-23 17:06:41 -05:00
|
|
|
in their names need to be quoted (eg. "file name"). If -passive is used
|
|
|
|
then the passive DCC protocol is used (as mIRC and xchat > 2.0.7 can do).
|
|
|
|
This is useful to bypass a NAT/firewall which limit your possibility in
|
|
|
|
listening for remote connections.
|
2003-10-01 12:02:43 -04:00
|
|
|
/DCC SERVER [<+|-scf> <port>]
|
|
|
|
- Starts a DCC SERVER on the specified port. The remote can connect to this
|
|
|
|
server and initiate chat, send and fserve requests. You can specify + or -
|
|
|
|
using any combination of the flags 's' (Send), 'c' (Chat), or 'f' (Fserver).
|
2000-08-13 11:24:23 -04:00
|
|
|
/DCC CLOSE <type> <nick> [<file>]
|
2000-07-26 13:52:19 -04:00
|
|
|
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.
|
|
|
|
|
|
|
|
See also: CD
|
|
|
|
|