mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
57282ee557
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4988 dbcabf3a-b0e7-0310-adc4-f8d773084564
38 lines
1.7 KiB
Plaintext
38 lines
1.7 KiB
Plaintext
|
|
@SYNTAX:dcc@
|
|
|
|
/DCC LIST
|
|
- Shows all the open DCC connections.
|
|
/DCC RESUME [<nick> [<file>]]
|
|
- Resumes a DCC SEND/GET connection.
|
|
/DCC CHAT [-passive] [<nick>]
|
|
- Sends a chat connection request to remote client or accepts
|
|
a chat connection if the remote end has already sent a request.
|
|
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.
|
|
/DCC GET [<nick> [<file>]]
|
|
- Gets the file offered by remote client. The file is downloaded and
|
|
saved into the directory specified by the `dcc_download_path' setting.
|
|
/DCC SEND [-passive] [-append | -prepend | -flush | -rmtail | -rmhead]
|
|
<nick> <file> [<file> ...]
|
|
- Sends a DCC SEND request to remote client. Remote end has to accept
|
|
the request before the transmission can be started. Giving multiple
|
|
files queues them. File names may contain shell expansion
|
|
characters: * ? [] ~ (~ expansion may not be supported on all
|
|
platforms). Files with spaces 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.
|
|
/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).
|
|
/DCC CLOSE <type> <nick> [<file>]
|
|
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.
|
|
|
|
See also: CD
|
|
|